summaryrefslogtreecommitdiff
path: root/lib/crc7.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc7.c')
-rw-r--r--lib/crc7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crc7.c b/lib/crc7.c
index e635c9c2d67..938e258febe 100644
--- a/lib/crc7.c
+++ b/lib/crc7.c
@@ -8,7 +8,6 @@
#include <linux/types.h>
#include <linux/crc7.h>
-
/* Table for CRC-7 (polynomial x^7 + x^3 + 1) */
const u8 crc7_syndrome_table[256] = {
0x00, 0x09, 0x12, 0x1b, 0x24, 0x2d, 0x36, 0x3f,