[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160123120438.GA23011@debian>
Date: Sat, 23 Jan 2016 20:06:29 +0800
From: YU Bo <tsu.yubo@...il.com>
To: Patard <arnaud.patard@...-net.org>,
Kroah-Hartman <gregkh@...uxfoundation.org>,
Sri Nizamkari <navyasri.tech@...il.com>,
BO <tsu.yubo@...il.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: xgifb: vb_init.c: Coding style warning fix block
comment
This is a patch to the vb_init.c file that fixes up a warning reported
by checkpatch.pl:
WARNING: Block comments use * on subsequent lines
Signed-off-by: YU BO <tsu.yubo@...il.com>
---
drivers/staging/xgifb/vb_init.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 360dc95..9259247 100644
--- a/drivers/staging/xgifb/vb_init.c
+++ b/drivers/staging/xgifb/vb_init.c
@@ -700,11 +700,11 @@ static void XGINew_CheckChannel(struct xgi_hw_device_info *HwDeviceExtension,
break;
case XG42:
/*
- XG42 SR14 D[3] Reserve
- D[2] = 1, Dual Channel
- = 0, Single Channel
-
- It's Different from Other XG40 Series.
+ * XG42 SR14 D[3] Reserve
+ * D[2] = 1, Dual Channel
+ * = 0, Single Channel
+ *
+ * It's Different from Other XG40 Series.
*/
if (XGINew_CheckFrequence(pVBInfo) == 1) { /* DDRII, DDR2x */
pVBInfo->ram_bus = 32; /* 32 bits */
--
1.7.10.4
--
Best Regards
Powered by blists - more mailing lists