projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa1141
)
lib/crc7: fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Thu, 14 Jan 2021 08:04:43 +0000
(09:04 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 21 Jan 2021 21:06:00 +0000
(14:06 -0700)
A function has a different name between their prototype
and its kernel-doc markup.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link:
https://lore.kernel.org/r/1963266e84c6fb0154602f276b04887c85f80bd3.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
lib/crc7.c
patch
|
blob
|
history
diff --git
a/lib/crc7.c
b/lib/crc7.c
index 6a848d73e80428878c5edf4393da23ce46e1f49e..3848e313b7224610c8eabf2420ca299014ddb325 100644
(file)
--- 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