Skip to content

Commit 415f0c8

Browse files
YueHaibingtorvalds
authored andcommitted
lib: crc64: fix kernel-doc warning
Fix W=1 kernel build warning: lib/crc64.c:40: warning: bad line: or the previous crc64 value if computing incrementally. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: YueHaibing <[email protected]> Reviewed-by: Coly Li <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent d84cf06 commit 415f0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/crc64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ MODULE_LICENSE("GPL v2");
3737
/**
3838
* crc64_be - Calculate bitwise big-endian ECMA-182 CRC64
3939
* @crc: seed value for computation. 0 or (u64)~0 for a new CRC calculation,
40-
or the previous crc64 value if computing incrementally.
40+
* or the previous crc64 value if computing incrementally.
4141
* @p: pointer to buffer over which CRC64 is run
4242
* @len: length of buffer @p
4343
*/

0 commit comments

Comments
 (0)