public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
@ 2015-09-22 20:33 Punit Vara
  2015-09-23  5:31 ` Sudip Mukherjee
  0 siblings, 1 reply; 11+ messages in thread
From: Punit Vara @ 2015-09-22 20:33 UTC (permalink / raw)
  To: Larry.Finger
  Cc: florian.c.schilhabel, gregkh, devel, linux-kernel, Punit Vara

This patch is to rtl8712_gp_bitdef.h file that fixes up following
warning reported by checkpatch :

-Block comments use a trailing */ on a separate line

Signed-off-by: Punit Vara <punitvara@gmail.com>
---
 drivers/staging/rtl8712/rtl8712_gp_bitdef.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8712/rtl8712_gp_bitdef.h b/drivers/staging/rtl8712/rtl8712_gp_bitdef.h
index 138ea45..266b6172d 100644
--- a/drivers/staging/rtl8712/rtl8712_gp_bitdef.h
+++ b/drivers/staging/rtl8712/rtl8712_gp_bitdef.h
@@ -62,9 +62,11 @@
 
 /*----------------------------------------------------------------------------*/
 
-#define		GPIOMUX_EN	BIT(3)	/* When this bit is set to "1",
+#define		GPIOMUX_EN	BIT(3)	/*
+					 * When this bit is set to "1",
 					 * GPIO PINs will switch to MAC
-					 * GPIO Function*/
+					 * GPIO Function
+					 */
 #define		GPIOSEL_GPIO	0	/* UART or JTAG or pure GPIO*/
 #define		GPIOSEL_PHYDBG	1	/* PHYDBG*/
 #define		GPIOSEL_BT	2	/* BT_coex*/
-- 
2.5.2


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

end of thread, other threads:[~2015-09-24 16:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 20:33 [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment Punit Vara
2015-09-23  5:31 ` Sudip Mukherjee
2015-09-23  7:25   ` Jaime Arrocha
2015-09-23 14:02     ` punit vara
2015-09-23 15:34       ` Sudip Mukherjee
2015-09-23 16:21         ` punit vara
2015-09-23 16:33           ` Sudip Mukherjee
2015-09-23 16:55             ` punit vara
2015-09-23 17:52               ` punit vara
2015-09-24  4:25                 ` Sudip Mukherjee
2015-09-24 16:36                   ` punit vara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox