staging:go7007:Fix line over 80 character warning
authorDulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Wed, 9 Oct 2013 09:51:20 +0000 (15:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 20:39:30 +0000 (13:39 -0700)
Fix "line over 80 characters" warning generated by checkpatch.pl for
go7007-usb.c

Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/go7007/go7007-usb.c

index 9039be1..e03eded 100644 (file)
@@ -1227,7 +1227,8 @@ static int go7007_usb_probe(struct usb_interface *intf,
        /* Probe the tuner model on the TV402U */
        if (go->board_id == GO7007_BOARDID_PX_TV402U) {
                /* Board strapping indicates tuner model */
-               if (go7007_usb_vendor_request(go, 0x41, 0, 0, go->usb_buf, 3, 1) < 0) {
+               if (go7007_usb_vendor_request(go, 0x41, 0, 0, go->usb_buf, 3,
+                                       1) < 0) {
                        pr_err("GPIO read failed!\n");
                        goto allocfail;
                }