diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-16 19:19:41 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-10-16 19:19:41 -0400 |
commit | 2f40c03684f4c9466f00964195e2d0a6bbd9fea9 (patch) | |
tree | 1a9ee39b83b823a71dd9103156b9de9060eaf21a /linux/drivers/media/video/au0828/au0828-cards.c | |
parent | 89d97d79f9487a932b1c3e675e6cb131db84129e (diff) | |
download | mediapointer-dvb-s2-2f40c03684f4c9466f00964195e2d0a6bbd9fea9.tar.gz mediapointer-dvb-s2-2f40c03684f4c9466f00964195e2d0a6bbd9fea9.tar.bz2 |
au0828: Checkpatch compliance
From: Steven Toth <stoth@linuxtv.org>
au0828: Checkpatch compliance
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/au0828/au0828-cards.c')
-rw-r--r-- | linux/drivers/media/video/au0828/au0828-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/au0828/au0828-cards.c b/linux/drivers/media/video/au0828/au0828-cards.c index 66e0edd58..d60123b41 100644 --- a/linux/drivers/media/video/au0828/au0828-cards.c +++ b/linux/drivers/media/video/au0828/au0828-cards.c @@ -186,7 +186,7 @@ void au0828_gpio_setup(struct au0828_dev *dev) } /* table of devices that work with this driver */ -struct usb_device_id au0828_usb_id_table [] = { +struct usb_device_id au0828_usb_id_table[] = { { USB_DEVICE(0x2040, 0x7200), .driver_info = AU0828_BOARD_HAUPPAUGE_HVR950Q }, { USB_DEVICE(0x2040, 0x7240), |