[Openchrome-devel] [PATCH 8/9] Fix /* within comment warning

Xavier Bachelot xavier at bachelot.org
Fri Aug 5 23:15:00 UTC 2016


Signed-off-by: Xavier Bachelot <xavier at bachelot.org>
---
 src/via_lvds.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/via_lvds.c b/src/via_lvds.c
index c78390c..bd4a3c9 100644
--- a/src/via_lvds.c
+++ b/src/via_lvds.c
@@ -113,7 +113,7 @@ viaLVDS1SetDisplaySource(ScrnInfoPtr pScrn, CARD8
displaySource)
                         "Entered viaLVDS1SetDisplaySource.\n"));
      /* Set LVDS1 integrated LVDS transmitter display output source.
-    /* 3X5.99[4] - LVDS Channel 1 Data Source Selection
+     * 3X5.99[4] - LVDS Channel 1 Data Source Selection
      *             0: Primary Display
      *             1: Secondary Display */
     ViaCrtcMask(hwp, 0x99, temp << 4, 0x10);
@@ -140,7 +140,7 @@ viaLVDS2SetDisplaySource(ScrnInfoPtr pScrn, CARD8
displaySource)
                         "Entered viaLVDS2SetDisplaySource.\n"));
      /* Set LVDS2 integrated LVDS transmitter display output source.
-    /* 3X5.97[4] - LVDS Channel 2 Data Source Selection
+     * 3X5.97[4] - LVDS Channel 2 Data Source Selection
      *             0: Primary Display
      *             1: Secondary Display */
     ViaCrtcMask(hwp, 0x97, temp << 4, 0x10);
-- 
2.7.4




More information about the Openchrome-devel mailing list