[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161126173640.GA4281@Linnuxforever>
Date: Sat, 26 Nov 2016 23:06:40 +0530
From: Rahul Krishnan <mrahul.krishnan@...il.com>
To: gregkh@...uxfoundation.org
Cc: binoy.jayan@...aro.org, tj@...nel.org, geliangtang@....com,
georgiana.chelu93@...il.com, amitoj1606@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a
separate line
This patch fixes the following checkpath.pl warning
WARNING: Block comments use a trailing */ on a separate line
Signed-off-by: Rahul Krishnan <mrahul.krishnan@...il.com>
---
drivers/staging/rtl8192e/rtllib.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index b895a53..f6a9aea 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -619,7 +619,8 @@ struct ieee_ibss_seq {
/* NOTE: This data is for statistical purposes; not all hardware provides this
* information for frames received. Not setting these will not cause
- * any adverse affects. */
+ * any adverse affects.
+ */
struct rtllib_rx_stats {
u64 mac_time;
s8 rssi;
--
2.7.4
Powered by blists - more mailing lists