projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd4eab3
)
Staging: vt6656: Fix spaces and char limit
author
Jitendra Kumar Khasdev
<
[email protected]
>
Sat, 25 Feb 2017 20:18:40 +0000
(
01:48
+0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 6 Mar 2017 08:17:07 +0000
(09:17 +0100)
This is a patch to usbpipe.c to fix space and char limit warning found by
checkpatch tool.
Signed-off-by: Jitendra Khasdev <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6656/usbpipe.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/usbpipe.c
b/drivers/staging/vt6656/usbpipe.c
index 1ae6a64c7fd4c8e95b008d2483c979ea39b6f839..9ad8503d2589d68f2e5afb817f9f814033a7b0ba 100644
(file)
--- a/
drivers/staging/vt6656/usbpipe.c
+++ b/
drivers/staging/vt6656/usbpipe.c
@@
-82,8
+82,8
@@
int vnt_control_in(struct vnt_private *priv, u8 request, u16 value,
mutex_lock(&priv->usb_lock);
status = usb_control_msg(priv->usb,
- usb_rcvctrlpipe(priv->usb, 0), request, 0xc0,
value,
- index, buffer, length, USB_CTL_WAIT);
+ usb_rcvctrlpipe(priv->usb, 0), request, 0xc0,
+
value,
index, buffer, length, USB_CTL_WAIT);
mutex_unlock(&priv->usb_lock);