linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line
@ 2016-11-26 17:36 Rahul Krishnan
  2016-11-29 20:56 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Rahul Krishnan @ 2016-11-26 17:36 UTC (permalink / raw)
  To: gregkh
  Cc: binoy.jayan, tj, geliangtang, georgiana.chelu93, amitoj1606,
	devel, linux-kernel

 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line
  2016-11-26 17:36 [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line Rahul Krishnan
@ 2016-11-29 20:56 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-11-29 20:56 UTC (permalink / raw)
  To: Rahul Krishnan
  Cc: devel, binoy.jayan, georgiana.chelu93, linux-kernel, geliangtang, tj

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-29 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-26 17:36 [PATCH]: Staging: rtl8192e: Block comments use a trailing */ on a separate line Rahul Krishnan
2016-11-29 20:56 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).