From: Dulshani Gunawardhana Date: Wed, 9 Oct 2013 09:51:20 +0000 (+0530) Subject: staging:go7007:Fix line over 80 character warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a3404dc796782ec2817a2be9524dac9fb73a1619;p=linux-beck.git staging:go7007:Fix line over 80 character warning Fix "line over 80 characters" warning generated by checkpatch.pl for go7007-usb.c Signed-off-by: Dulshani Gunawardhana Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/go7007/go7007-usb.c b/drivers/staging/media/go7007/go7007-usb.c index 9039be1e52b6..e03eded92858 100644 --- a/drivers/staging/media/go7007/go7007-usb.c +++ b/drivers/staging/media/go7007/go7007-usb.c @@ -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; }