The patch titled Subject: include/linux/generic-radix-tree.h: fix kerneldoc comment has been removed from the -mm tree. Its filename was generic-radix-trees-fix-kerneldoc-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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