From: Punit Vara <punitvara@gmail.com>
To: Larry.Finger@lwfinger.net
Cc: florian.c.schilhabel@googlemail.com, gregkh@linuxfoundation.org,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Punit Vara <punitvara@gmail.com>
Subject: [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment
Date: Wed, 23 Sep 2015 02:03:56 +0530 [thread overview]
Message-ID: <1442954036-9037-1-git-send-email-punitvara@gmail.com> (raw)
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
next reply other threads:[~2015-09-22 20:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 20:33 Punit Vara [this message]
2015-09-23 5:31 ` [PATCH 13/13] Staging: rtl8712: Coding style warning fix for block comment 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442954036-9037-1-git-send-email-punitvara@gmail.com \
--to=punitvara@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=devel@driverdev.osuosl.org \
--cc=florian.c.schilhabel@googlemail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.