The patch titled Subject: include/linux/generic-radix-tree.h: fix kerneldoc comment has been added to the -mm tree. Its filename is generic-radix-trees-fix-kerneldoc-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/generic-radix-trees-fix-kerneldoc-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/generic-radix-trees-fix-kerneldoc-comment.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: Jonathan Corbet <corbet@xxxxxxx> Subject: include/linux/generic-radix-tree.h: fix kerneldoc comment The DOC comment block section in include/linux/generic-radix-tree.h contained a spurious colon, causing this warning in the documentation build: ./include/linux/generic-radix-tree.h:1: warning: no structured comments found Remove the colon and make the docs build happy. Link: http://lkml.kernel.org/r/20190524141933.74ae9050@xxxxxxx Signed-off-by: Jonathan Corbet <corbet@xxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/generic-radix-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/generic-radix-tree.h~generic-radix-trees-fix-kerneldoc-comment +++ a/include/linux/generic-radix-tree.h @@ -2,7 +2,7 @@ #define _LINUX_GENERIC_RADIX_TREE_H /** - * DOC: Generic radix trees/sparse arrays: + * DOC: Generic radix trees/sparse arrays * * Very simple and minimalistic, supporting arbitrary size entries up to * PAGE_SIZE. _ Patches currently in -mm which might be from corbet@xxxxxxx are generic-radix-trees-fix-kerneldoc-comment.patch