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/20210601135851.15444-1-yuehaibing@huawei.com Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Coly Li <colyli@suse.de> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d84cf06 commit 415f0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)