mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 13:29:17 -04:00
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:
committed by
Greg Kroah-Hartman
parent
53cbe20d02
commit
e8cdd70aff
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user