Fix comments to use * on subsequent lines.

Signed-off-by: YU BO <tsu.y...@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 26b539bc6faf..c7f02c7db4a2 100644
--- a/drivers/staging/xgifb/vb_init.c
+++ b/drivers/staging/xgifb/vb_init.c
@@ -699,11 +699,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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to