The patch number 9252 was added via Steven Toth <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Steven Toth  <[EMAIL PROTECTED]>
au0828: Checkpatch compliance


au0828: Checkpatch compliance

Priority: normal

Signed-off-by: Steven Toth <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/au0828/au0828-cards.c |    2 +-
 linux/drivers/media/video/au0828/au0828-core.c  |    3 ++-
 linux/drivers/media/video/au0828/au0828-dvb.c   |    3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff -r f0cb1a8c6053 -r 7fd6f575ab3b 
linux/drivers/media/video/au0828/au0828-cards.c
--- a/linux/drivers/media/video/au0828/au0828-cards.c   Thu Oct 16 19:18:44 
2008 -0400
+++ b/linux/drivers/media/video/au0828/au0828-cards.c   Thu Oct 16 19:19:41 
2008 -0400
@@ -186,7 +186,7 @@ void au0828_gpio_setup(struct au0828_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),
diff -r f0cb1a8c6053 -r 7fd6f575ab3b 
linux/drivers/media/video/au0828/au0828-core.c
--- a/linux/drivers/media/video/au0828/au0828-core.c    Thu Oct 16 19:18:44 
2008 -0400
+++ b/linux/drivers/media/video/au0828/au0828-core.c    Thu Oct 16 19:19:41 
2008 -0400
@@ -92,7 +92,8 @@ static int send_control_msg(struct au082
                status = usb_control_msg(dev->usbdev,
                                usb_sndctrlpipe(dev->usbdev, 0),
                                request,
-                               USB_DIR_OUT | USB_TYPE_VENDOR | 
USB_RECIP_DEVICE,
+                               USB_DIR_OUT | USB_TYPE_VENDOR |
+                                       USB_RECIP_DEVICE,
                                value, index,
                                cp, size, 1000);
 
diff -r f0cb1a8c6053 -r 7fd6f575ab3b 
linux/drivers/media/video/au0828/au0828-dvb.c
--- a/linux/drivers/media/video/au0828/au0828-dvb.c     Thu Oct 16 19:18:44 
2008 -0400
+++ b/linux/drivers/media/video/au0828/au0828-dvb.c     Thu Oct 16 19:19:41 
2008 -0400
@@ -178,7 +178,8 @@ static int start_urb_transfer(struct au0
                purb->status = -EINPROGRESS;
                usb_fill_bulk_urb(purb,
                                  dev->usbdev,
-                                 usb_rcvbulkpipe(dev->usbdev, 
_AU0828_BULKPIPE),
+                                 usb_rcvbulkpipe(dev->usbdev,
+                                       _AU0828_BULKPIPE),
                                  purb->transfer_buffer,
                                  URB_BUFSIZE,
                                  urb_completion,


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/7fd6f575ab3b63395266340f1d8e804f7d1a137a

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to