diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-17 01:19:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 22:27:26 +0200 |
commit | a8eb912c6d2c68426c2c2e0aad4c2bbec2240179 (patch) | |
tree | bca89eeffa3db85d56d89442faa1c38f6a0cf382 /drivers/media/video/au0828/au0828-cards.c | |
parent | V4L/DVB (9251): cx23885: Checkpatch compliance (diff) | |
download | linux-a8eb912c6d2c68426c2c2e0aad4c2bbec2240179.tar.xz linux-a8eb912c6d2c68426c2c2e0aad4c2bbec2240179.zip |
V4L/DVB (9252): au0828: Checkpatch compliance
au0828: Checkpatch compliance
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/au0828/au0828-cards.c')
-rw-r--r-- | drivers/media/video/au0828/au0828-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/au0828-cards.c b/drivers/media/video/au0828/au0828-cards.c index 66e0edd5861f..d60123b413f5 100644 --- a/drivers/media/video/au0828/au0828-cards.c +++ b/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), |