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


Groups > linux.kernel > #1530701 > unrolled thread

[PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line

Started byRahul Krishnan <mrahul.krishnan@gmail.com>
First post2016-11-26 18:40 +0100
Last post2016-11-29 22:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a  separate line Rahul Krishnan <mrahul.krishnan@gmail.com> - 2016-11-26 18:40 +0100
    Re: [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on  a separate line Greg KH <gregkh@linuxfoundation.org> - 2016-11-29 22:00 +0100

#1530701 — [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line

FromRahul Krishnan <mrahul.krishnan@gmail.com>
Date2016-11-26 18:40 +0100
Subject[PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line
Message-ID<sHP7b-189-7@gated-at.bofh.it>
 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@gmail.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

[toc] | [next] | [standalone]


#1532767 — Re: [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-11-29 22:00 +0100
SubjectRe: [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line
Message-ID<sIXFo-4YE-17@gated-at.bofh.it>
In reply to#1530701
On Sat, Nov 26, 2016 at 11:06:40PM +0530, Rahul Krishnan wrote:
>  This patch fixes the following checkpath.pl warning
>  WARNING: Block comments use a trailing */ on a separate line

Why is this indented?

And why does your Subject have an extra ':' right after "[PATCH]"?

Please fix.

thanks,

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web