staging: xgifb: Fix comment style
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Mon, 15 Feb 2016 05:57:38 +0000 (00:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 01:01:26 +0000 (17:01 -0800)
Fix comments to use trailing */ on separate lines.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_init.c

index 879a7e6..26b539b 100644 (file)
@@ -57,7 +57,8 @@ XGINew_GetXG20DRAMType(struct xgi_hw_device_info *HwDeviceExtension,
                data = xgifb_reg_get(pVBInfo->P3d4, 0x48);
                /* HOTPLUG_SUPPORT */
                /* for current XG20 & XG21, GPIOH is floating, driver will
-                * fix DDR temporarily */
+                * fix DDR temporarily
+                */
                /* DVI read GPIOH */
                data &= 0x01; /* 1=DDRII, 0=DDR */
                /* ~HOTPLUG_SUPPORT */