aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crc7.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc7.c')
-rw-r--r--lib/crc7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc7.c b/lib/crc7.c
index 6a848d73e804..3848e313b722 100644
--- a/lib/crc7.c
+++ b/lib/crc7.c
@@ -51,7 +51,7 @@ const u8 crc7_be_syndrome_table[256] = {
EXPORT_SYMBOL(crc7_be_syndrome_table);
/**
- * crc7 - update the CRC7 for the data buffer
+ * crc7_be - update the CRC7 for the data buffer
* @crc: previous CRC7 value
* @buffer: data pointer
* @len: number of bytes in the buffer