mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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: Rithvik Patibandla <rithvikp98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2d17105ed5
commit
b01a5d7160
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue