projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d408e0
)
Staging:vt6656:main_usb: fix Block comments should align the * on each line
author
Nadim Almas
<nadim.902@gmail.com>
Fri, 21 Oct 2016 16:29:05 +0000
(21:59 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 08:56:17 +0000
(10:56 +0200)
Block comments should align the * on each line as reported by checkpatch.pl
Signed-off-by: Nadim Almas <nadim.902@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/main_usb.c
b/drivers/staging/vt6656/main_usb.c
index fe84da363fbd8c3f3193702201a99dc8e62d57ad..50d02d9aa5356d29323460f25224990e1210e282 100644
(file)
--- a/
drivers/staging/vt6656/main_usb.c
+++ b/
drivers/staging/vt6656/main_usb.c
@@
-326,9
+326,9
@@
static int vnt_init_registers(struct vnt_private *priv)
priv->current_net_addr);
/*
- * set BB and packet type at the same time
- * set Short Slot Time, xIFS, and RSPINF
- */
+
* set BB and packet type at the same time
+
* set Short Slot Time, xIFS, and RSPINF
+
*/
if (priv->bb_type == BB_TYPE_11A)
priv->short_slot_time = true;
else