Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1506131 > unrolled thread

[PATCH] Staging:vt6656:main_usb: fix Block comments should align the * on each line

Started byNadim Almas <nadim.902@gmail.com>
First post2016-10-21 18:40 +0200
Last post2016-10-21 18:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging:vt6656:main_usb: fix Block comments should align the  * on each line Nadim Almas <nadim.902@gmail.com> - 2016-10-21 18:40 +0200

#1506131 — [PATCH] Staging:vt6656:main_usb: fix Block comments should align the * on each line

FromNadim Almas <nadim.902@gmail.com>
Date2016-10-21 18:40 +0200
Subject[PATCH] Staging:vt6656:main_usb: fix Block comments should align the * on each line
Message-ID<suL1n-8bl-7@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web