All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging:vt6656:main_usb: fix Block comments should align the * on each line
@ 2016-10-21 16:29 Nadim Almas
  0 siblings, 0 replies; only message in thread
From: Nadim Almas @ 2016-10-21 16:29 UTC (permalink / raw)
  To: gregkh, julia.lawall; +Cc: devel, linux-kernel

Block comments should align the * on each line as reported by checkpatch.pl

Signed-off-by: Nadim Almas <nadim.902@gmail.com>
---
 drivers/staging/vt6656/main_usb.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index fe84da3..50d02d9 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -326,9 +326,9 @@ static int vnt_init_registers(struct vnt_private *priv)
 		priv->current_net_addr);
 
 	/*
-	* set BB and packet type at the same time
-	* set Short Slot Time, xIFS, and RSPINF
-	*/
+	 * set BB and packet type at the same time
+	 * set Short Slot Time, xIFS, and RSPINF
+	 */
 	if (priv->bb_type == BB_TYPE_11A)
 		priv->short_slot_time = true;
 	else
-- 
2.7.4

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

only message in thread, other threads:[~2016-10-21 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 16:29 [PATCH] Staging:vt6656:main_usb: fix Block comments should align the * on each line Nadim Almas

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.