aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/crc-itu-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/crc-itu-t.h')
-rw-r--r--include/linux/crc-itu-t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/crc-itu-t.h b/include/linux/crc-itu-t.h
index a4367051e192..2f991a427ade 100644
--- a/include/linux/crc-itu-t.h
+++ b/include/linux/crc-itu-t.h
@@ -4,7 +4,7 @@
*
* Implements the standard CRC ITU-T V.41:
* Width 16
- * Poly 0x1021 (x^16 + x^12 + x^15 + 1)
+ * Poly 0x1021 (x^16 + x^12 + x^5 + 1)
* Init 0
*/