[PATCH] Staging: xgifb: vb_init.c: Coding style warning fix block comment

YU Bo tsu.yubo at gmail.com
Sat Jan 23 12:06:29 UTC 2016


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 at gmail.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


More information about the devel mailing list