The patch titled Subject: lib: crc64: fix kernel-doc warning has been added to the -mm tree. Its filename is lib-crc64-fix-kernel-doc-warning.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-crc64-fix-kernel-doc-warning.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-crc64-fix-kernel-doc-warning.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: YueHaibing <yuehaibing@xxxxxxxxxx> Subject: 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@xxxxxxxxxx Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Reviewed-by: Coly Li <colyli@xxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/crc64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/crc64.c~lib-crc64-fix-kernel-doc-warning +++ a/lib/crc64.c @@ -37,7 +37,7 @@ MODULE_LICENSE("GPL v2"); /** * crc64_be - Calculate bitwise big-endian ECMA-182 CRC64 * @crc: seed value for computation. 0 or (u64)~0 for a new CRC calculation, - or the previous crc64 value if computing incrementally. + * or the previous crc64 value if computing incrementally. * @p: pointer to buffer over which CRC64 is run * @len: length of buffer @p */ _ Patches currently in -mm which might be from yuehaibing@xxxxxxxxxx are lib-crc64-fix-kernel-doc-warning.patch mm-dmapool-use-device_attr_ro-macro.patch mm-hugetlb-fix-racy-resv_huge_pages-underflow-on-uffdio_copy-fix.patch mm-compaction-use-device_attr_wo-macro.patch