staging: vt6655: coding style: Fixed commenting style
authorRahul Garg <rahul.lnmiit@gmail.com>
Mon, 28 Jul 2014 01:32:32 +0000 (07:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jul 2014 23:36:27 +0000 (16:36 -0700)
fix coding style: use C89 comments, not C99

Signed-off-by: Rahul Garg <rahul.lnmiit@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/tcrc.c

index ed6868a9c16e0d16cc117c6e62643dc9a51f335a..ddc5efd040f90eb54c735b4b0605ae078fcb6290 100644 (file)
@@ -41,7 +41,7 @@
 
 /*---------------------  Static Variables  --------------------------*/
 
-// 32-bit CRC table
+/* 32-bit CRC table */
 static const unsigned long s_adwCrc32Table[256] = {
        0x00000000L, 0x77073096L, 0xEE0E612CL, 0x990951BAL,
        0x076DC419L, 0x706AF48FL, 0xE963A535L, 0x9E6495A3L,
This page took 0.025443 seconds and 5 git commands to generate.