Commit 2ce7b194 authored by Nadim Almas's avatar Nadim Almas Committed by Greg Kroah-Hartman

Staging:vt6656:main_usb: fix Block comments should align the * on each line

Block comments should align the * on each line as reported by checkpatch.pl
Signed-off-by: default avatarNadim Almas <nadim.902@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6d408e0b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment