[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160115122316.GA13660@debian>
Date: Fri, 15 Jan 2016 20:23:23 +0800
From: YU Bo <tsu.yubo@...il.com>
To: Patard <arnaud.patard@...-net.org>,
Kroah-Hartman <gregkh@...uxfoundation.org>, yuzibode@....com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: xgifb: vb_table.h: Coding style warning fix for
block comments
This patch is to vb_table.h file that fixes up following warnings
reported by checkpatch.pl:
I) Block comments use * on subsequent lines.
Signed-off-by: YU Bo <tsu.yubo@...il.com>
---
drivers/staging/xgifb/vb_table.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h
index f17e5b9..c91007d 100644
--- a/drivers/staging/xgifb/vb_table.h
+++ b/drivers/staging/xgifb/vb_table.h
@@ -1271,7 +1271,8 @@ static const struct SiS_LVDSData XGI_LVDSNoScalingDatax75[] = {
{1312, 800, 1312, 800}, /* ; 06 (1024x768x75Hz) */
{1688, 1066, 1688, 1066}, /* ; 07 (1280x1024x75Hz) */
{1688, 1066, 1688, 1066}, /* ; 08 (1400x1050x75Hz)
- ;;[ycchen] 12/19/02 */
+ * ;;[ycchen] 12/19/02
+ */
{2160, 1250, 2160, 1250}, /* ; 09 (1600x1200x75Hz) */
{1688, 806, 1688, 806}, /* ; 0A (1280x768x75Hz) */
};
--
1.7.10.4
--
Best Regards
Powered by blists - more mailing lists