Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1580500 > unrolled thread

[PATCH 09/15] staging: rtl8192u: fixing block comments use * on subsequent lines

Started bysimran singhal <singhalsimran0@gmail.com>
First post2017-02-14 13:20 +0100
Last post2017-02-14 13:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 09/15] staging: rtl8192u: fixing block comments use * on  subsequent lines simran singhal <singhalsimran0@gmail.com> - 2017-02-14 13:20 +0100

#1580500 — [PATCH 09/15] staging: rtl8192u: fixing block comments use * on subsequent lines

Fromsimran singhal <singhalsimran0@gmail.com>
Date2017-02-14 13:20 +0100
Subject[PATCH 09/15] staging: rtl8192u: fixing block comments use * on subsequent lines
Message-ID<taKfn-1Mo-1@gated-at.bofh.it>
Fixed checkpatch.pl warning:
WARNING: Block comments use * on subsequent lines

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
 drivers/staging/rtl8192u/r8190_rtl8256.h | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.h b/drivers/staging/rtl8192u/r8190_rtl8256.h
index 1ba4f83..5878f42 100644
--- a/drivers/staging/rtl8192u/r8190_rtl8256.h
+++ b/drivers/staging/rtl8192u/r8190_rtl8256.h
@@ -1,14 +1,13 @@
 /*
-  This is part of the rtl8180-sa2400 driver
-  released under the GPL (See file COPYING for details).
-  Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
-
-  This files contains programming code for the rtl8256
-  radio frontend.
-
-  *Many* thanks to Realtek Corp. for their great support!
-
-*/
+ *  This is part of the rtl8180-sa2400 driver
+ *  released under the GPL (See file COPYING for details).
+ *  Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
+ *
+ *  This files contains programming code for the rtl8256
+ *  radio frontend.
+ *
+ *  Many* thanks to Realtek Corp. for their great support!
+ */
 
 #ifndef RTL8225H
 #define RTL8225H
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web