summaryrefslogtreecommitdiff
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2011-09-16 12:36:56 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-21 13:06:25 (GMT)
commit1645c879ff688f776371a2478e1948fdf5e0f7fe (patch)
treeb551e3584ea66ab7eb6258db9345daa92fc43726 /drivers/media/dvb
parent4594303b870588bad3a9ee4d6a28e73f7012b6b3 (diff)
downloadlinux-1645c879ff688f776371a2478e1948fdf5e0f7fe.tar.xz
[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>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-usb/ttusb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/ttusb2.c b/drivers/media/dvb/dvb-usb/ttusb2.c
index 130d296..7b07cf6 100644
--- a/drivers/media/dvb/dvb-usb/ttusb2.c
+++ b/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,