aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-05-09 12:34:54 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 13:23:24 -0400
commit9bc7c04852194377fc276072359a19b5134250cc (patch)
tree07bbe86ec9a0257e444afed8052c6201f1717d20 /drivers/media/dvb
parenta3497135d829a7911b1b6a7e81ab78066cfa4131 (diff)
V4L/DVB (5650): Umt-010: trivial whitespace cleanup
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-usb/umt-010.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/umt-010.c b/drivers/media/dvb/dvb-usb/umt-010.c
index 07dec099c754..9705e9c64f81 100644
--- a/drivers/media/dvb/dvb-usb/umt-010.c
+++ b/drivers/media/dvb/dvb-usb/umt-010.c
@@ -82,8 +82,8 @@ static int umt_probe(struct usb_interface *intf,
82 82
83/* do not change the order of the ID table */ 83/* do not change the order of the ID table */
84static struct usb_device_id umt_table [] = { 84static struct usb_device_id umt_table [] = {
85/* 00 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_COLD) }, 85/* 00 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_COLD) },
86/* 01 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_WARM) }, 86/* 01 */ { USB_DEVICE(USB_VID_HANFTEK, USB_PID_HANFTEK_UMT_010_WARM) },
87 { } /* Terminating entry */ 87 { } /* Terminating entry */
88}; 88};
89MODULE_DEVICE_TABLE (usb, umt_table); 89MODULE_DEVICE_TABLE (usb, umt_table);