The patch titled Subject: include/linux/list.h: fix list_is_first() kernel-doc has been added to the -mm tree. Its filename is listh-fix-list_is_first-kernel-doc.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/listh-fix-list_is_first-kernel-doc.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/listh-fix-list_is_first-kernel-doc.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: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: include/linux/list.h: fix list_is_first() kernel-doc Fix typo of kernel-doc parameter notation (there should be no space between '@' and the parameter name). Also fixes bogus kernel-doc notation output formatting. Link: http://lkml.kernel.org/r/ddce8b80-9a8a-d52d-3546-87b2211c089a@xxxxxxxxxxxxx Fixes: 70b44595eafe9 ("mm, compaction: use free lists to quickly locate a migration source") Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Acked-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/list.h~listh-fix-list_is_first-kernel-doc +++ a/include/linux/list.h @@ -207,7 +207,7 @@ static inline void list_bulk_move_tail(s } /** - * list_is_first -- tests whether @ list is the first entry in list @head + * list_is_first -- tests whether @list is the first entry in list @head * @list: the entry to test * @head: the head of the list */ _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are listh-fix-list_is_first-kernel-doc.patch pinctrl-fix-pxa2xxc-build-warnings.patch fs-fs_parser-fix-printk-format-warning.patch