Browse Source

[media] ttusb2: fix ERROR: space required after that ','

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Michael Krufky 13 years ago
parent
commit
1645c879ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/dvb-usb/ttusb2.c

+ 1 - 1
drivers/media/dvb/dvb-usb/ttusb2.c

@@ -472,7 +472,7 @@ static struct dvb_usb_device_properties ttusb2_properties_ct3650 = {
 					}
 				}
 			}
-		},{
+		}, {
 			.streaming_ctrl   = NULL,
 
 			.frontend_attach  = ttusb2_frontend_tda10023_attach,