All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: r8188eu: Fixed block comment
@ 2023-02-17  7:17 Khadija Kamran
  2023-02-18 19:11 ` Philipp Hortmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Khadija Kamran @ 2023-02-17  7:17 UTC (permalink / raw)
  To: linux-staging, linux-kernel; +Cc: Larry.Finger, phil, paskripkin, gregkh

Fixed block comment by adding '*' in each line. The Check message was
shown by using checkpatch.pl script.

Signed-off-by: Khadija Kamran <kamrankhadijadj@gmail.com>
---
 drivers/staging/r8188eu/core/rtw_br_ext.c | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/drivers/staging/r8188eu/core/rtw_br_ext.c b/drivers/staging/r8188eu/core/rtw_br_ext.c
index a7c67014dde0..03025dc89533 100644
--- a/drivers/staging/r8188eu/core/rtw_br_ext.c
+++ b/drivers/staging/r8188eu/core/rtw_br_ext.c
@@ -36,15 +36,16 @@
 #define WAIT_TIME_PPPOE	5	/*  waiting time for pppoe server in sec */
 
 /*-----------------------------------------------------------------
-  How database records network address:
-	   0    1    2    3    4    5    6    7    8    9   10
-	|----|----|----|----|----|----|----|----|----|----|----|
-  IPv4  |type|                             |      IP addr      |
-  IPX   |type|      Net addr     |          Node addr          |
-  IPX   |type|      Net addr     |Sckt addr|
-  Apple |type| Network |node|
-  PPPoE |type|   SID   |           AC MAC            |
------------------------------------------------------------------*/
+ * How database records network address:
+ *	    0    1    2    3    4    5    6    7    8    9   10
+ *	 |----|----|----|----|----|----|----|----|----|----|----|
+ * IPv4  |type|                             |      IP addr      |
+ * IPX   |type|      Net addr     |          Node addr          |
+ * IPX   |type|      Net addr     |Sckt addr|
+ * Apple |type| Network |node|
+ * PPPoE |type|   SID   |           AC MAC            |
+ * ----------------------------------------------------------------
+ */
 
 /* Find a tag in pppoe frame and return the pointer */
 static unsigned char *__nat25_find_pppoe_tag(struct pppoe_hdr *ph, unsigned short type)
-- 
2.34.1


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

end of thread, other threads:[~2023-03-10 12:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17  7:17 [PATCH] Staging: r8188eu: Fixed block comment Khadija Kamran
2023-02-18 19:11 ` Philipp Hortmann
2023-03-09  9:10 ` Greg KH
2023-03-10 11:52 ` Fabio M. De Francesco
2023-03-10 12:09   ` Dan Carpenter
2023-03-10 12:25     ` Fabio M. De Francesco

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.