VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-01-14 09:04:43 +0100 committer: Jonathan Corbet <corbet@lwn.net> 2021-01-21 14:06:00 -0700 commit: 8276d3b4398d1b407cc8199edd506207ad0ac1cf parent: 3aa1141f9916af3258e2bc69e294e2cc07d2ddf1
Commit Summary:
lib/crc7: fix a kernel-doc markup
Diffstat:
1 file changed, 1 insertion, 1 deletion
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