lib: crc64: fix kernel-doc warning
authorYueHaibing <yuehaibing@huawei.com>
Sat, 5 Jun 2021 03:01:39 +0000 (20:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Jun 2021 15:58:12 +0000 (08:58 -0700)
commit415f0c835ba799e47ce077b01876568431da1ff3
treeb14b9f3d5b3436328cd69833f6732b3f9e0d152c
parentd84cf06e3dd8c5c5b547b5d8931015fc536678e5
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>
lib/crc64.c