All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6656: Fix block comment style
@ 2016-07-30 19:35 Edward Lipinsky
  0 siblings, 0 replies; only message in thread
From: Edward Lipinsky @ 2016-07-30 19:35 UTC (permalink / raw)
  To: forest, gregkh; +Cc: devel, linux-kernel

This patch fixes the checkpatch.pl warnings:

WARNING: Block comments use * on subsequent lines
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Edward Lipinsky <ellipinsky@gmail.com>
---
 drivers/staging/vt6656/card.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c
index a382fc6..0eb85c9 100644
--- a/drivers/staging/vt6656/card.c
+++ b/drivers/staging/vt6656/card.c
@@ -46,8 +46,11 @@
 #include "key.h"
 #include "usbpipe.h"
 
-/* const u16 cwRXBCNTSFOff[MAX_RATE] =
-   {17, 34, 96, 192, 34, 23, 17, 11, 8, 5, 4, 3}; */
+/*
+ * const u16 cwRXBCNTSFOff[MAX_RATE] =
+ * {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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-30 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-30 19:35 [PATCH] staging: vt6656: Fix block comment style Edward Lipinsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.