All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: xgifb: vb_init.c: Coding style warning fix block comment
@ 2016-01-23 12:06 YU Bo
  0 siblings, 0 replies; only message in thread
From: YU Bo @ 2016-01-23 12:06 UTC (permalink / raw)
  To: Patard, Kroah-Hartman, Sri Nizamkari, BO; +Cc: devel, linux-kernel

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@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-23  4:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 12:06 [PATCH] Staging: xgifb: vb_init.c: Coding style warning fix block comment YU Bo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.