staging: vt6655: coding style: Fixed commenting style

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>
This commit is contained in:
Rahul Garg 2014-07-28 07:02:32 +05:30 committed by Greg Kroah-Hartman
parent 53cbe20d02
commit e8cdd70aff

View 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,