Netdev List
 help / color / mirror / Atom feed
* [PATCH] drivers: nfc: port100.c: Shift closing */ of comment
@ 2021-05-03  8:57 Shubhankar Kuranagatti
  0 siblings, 0 replies; only message in thread
From: Shubhankar Kuranagatti @ 2021-05-03  8:57 UTC (permalink / raw)
  To: shubhankarvk; +Cc: netdev, linux-kernel

The * has been added to the starting of new line of comment
The closing */ has been shifted to a new line
This is done to maintain code uniformity

Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
---
 drivers/nfc/port100.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/nfc/port100.c b/drivers/nfc/port100.c
index 8e4d355dc3ae..d8fa8a7a360f 100644
--- a/drivers/nfc/port100.c
+++ b/drivers/nfc/port100.c
@@ -40,7 +40,8 @@
 #define PORT100_FRAME_MAX_PAYLOAD_LEN 1001
 
 #define PORT100_FRAME_ACK_SIZE 6 /* Preamble (1), SoPC (2), ACK Code (2),
-				    Postamble (1) */
+				  * Postamble (1)
+				  */
 static u8 ack_frame[PORT100_FRAME_ACK_SIZE] = {
 	0x00, 0x00, 0xff, 0x00, 0xff, 0x00
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-03  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-03  8:57 [PATCH] drivers: nfc: port100.c: Shift closing */ of comment Shubhankar Kuranagatti

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