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


Groups > linux.kernel > #1499765 > unrolled thread

[PATCH] staging:vt6656:card.c: fix block comments should align the * on each line

Started byMikhail Golubev <golubev.mikhail@gmail.com>
First post2016-10-12 17:10 +0200
Last post2016-10-12 17:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging:vt6656:card.c: fix block comments should align the * on each line Mikhail Golubev <golubev.mikhail@gmail.com> - 2016-10-12 17:10 +0200

#1499765 — [PATCH] staging:vt6656:card.c: fix block comments should align the * on each line

FromMikhail Golubev <golubev.mikhail@gmail.com>
Date2016-10-12 17:10 +0200
Subject[PATCH] staging:vt6656:card.c: fix block comments should align the * on each line
Message-ID<srtkm-688-43@gated-at.bofh.it>
Block comments should align the * on each line as reported by checkpatch.pl

Signed-off-by: Mikhail Golubev <golubev.mikhail@gmail.com>
---
 drivers/staging/vt6656/card.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c
index 53b469c..807d3f7 100644
--- a/drivers/staging/vt6656/card.c
+++ b/drivers/staging/vt6656/card.c
@@ -610,8 +610,8 @@ u64 vnt_get_next_tbtt(u64 tsf, u16 beacon_interval)
 	beacon_int = beacon_interval * 1024;
 
 	/* Next TBTT =
-	*	((local_current_TSF / beacon_interval) + 1) * beacon_interval
-	*/
+	 *	((local_current_TSF / beacon_interval) + 1) * beacon_interval
+	 */
 	if (beacon_int) {
 		do_div(tsf, beacon_int);
 		tsf += 1;
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web