The patch titled Subject: mm/migrate: correct kernel-doc notation has been added to the -mm tree. Its filename is mm-migrate-correct-kernel-doc-notation.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-migrate-correct-kernel-doc-notation.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-migrate-correct-kernel-doc-notation.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: mm/migrate: correct kernel-doc notation Use the expected "Return:" format to prevent a kernel-doc warning. mm/migrate.c:1157: warning: Excess function parameter 'returns' description in 'next_demotion_node' Link: https://lkml.kernel.org/r/20210808203151.10632-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/migrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/migrate.c~mm-migrate-correct-kernel-doc-notation +++ a/mm/migrate.c @@ -1149,7 +1149,7 @@ static int node_demotion[MAX_NUMNODES] _ * next_demotion_node() - Get the next node in the demotion path * @node: The starting node to lookup the next node * - * @returns: node id for next memory node in the demotion path hierarchy + * Return: node id for next memory node in the demotion path hierarchy * from @node; NUMA_NO_NODE if @node is terminal. This does not keep * @node online or guarantee that it *continues* to be the next demotion * target. _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are mm-migrate-correct-kernel-doc-notation.patch alpha-agp-make-empty-macros-use-do-while-0-style.patch lib-dump_stack-correct-kernel-doc-notation.patch lib-iov_iterc-fix-kernel-doc-warnings.patch fs-epoll-use-a-per-cpu-counter-for-users-watches-count-fix.patch mm-workingset-correct-kernel-doc-notations.patch scripts-check_extable-fix-typo-in-user-error-message.patch