All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: hp100: Block comments use a trailing */ on a separate line
@ 2020-03-21  1:31 Gokce Kuler
  2020-03-21  9:33 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Gokce Kuler @ 2020-03-21  1:31 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Moved to the bottom line */ for block comments

Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
 drivers/staging/hp/hp100.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/hp/hp100.h b/drivers/staging/hp/hp100.h
index 7239b94..a331587 100644
--- a/drivers/staging/hp/hp100.h
+++ b/drivers/staging/hp/hp100.h
@@ -538,7 +538,8 @@
 /* Tx or Rx Ring Entry */
 typedef struct hp100_ring {
 	u_int *pdl;		/* Address of PDLs PDH, dword before
-				 * this address is used for rx hdr */
+				 * this address is used for rx hdr 
+				 */ 
 	u_int pdl_paddr;	/* Physical address of PDL */
 	struct sk_buff *skb;
 	struct hp100_ring *next;
-- 
2.7.4



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

end of thread, other threads:[~2020-03-21 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21  1:31 [PATCH] staging: hp100: Block comments use a trailing */ on a separate line Gokce Kuler
2020-03-21  9:33 ` Greg KH
2020-03-21 12:44   ` [Outreachy kernel] " Sam Muhammed
2020-03-21 12:46     ` Greg KH
2020-03-21 12:50       ` Sam Muhammed
2020-03-21 13:51         ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.