Commit b01a5d71 authored by Rithvik Patibandla's avatar Rithvik Patibandla Committed by Greg Kroah-Hartman

staging:vt6656:card.c:Fix comment block issue

Fix "Block comments use * on subsequent lines" and "Block comments use
*/ on trailing lines" warnings thrown by checkpatch.pl
Signed-off-by: default avatarRithvik Patibandla <rithvikp98@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2d17105e
......@@ -47,7 +47,8 @@
#include "usbpipe.h"
/* const u16 cwRXBCNTSFOff[MAX_RATE] =
{17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3}; */
* {17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3};
*/
static const u16 cwRXBCNTSFOff[MAX_RATE] = {
192, 96, 34, 17, 34, 23, 17, 11, 8, 5, 4, 3
......
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