Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452737
| From | Edward Lipinsky <ellipinsky@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: vt6656: Fix block comment style |
| Date | 2016-07-30 21:40 +0200 |
| Message-ID | <s0Ih3-6GP-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging: vt6656: Fix block comment style Edward Lipinsky <ellipinsky@gmail.com> - 2016-07-30 21:40 +0200
csiph-web