The patch titled Subject: mm: mempolicy: fix kerneldoc of numa_map_to_online_node() has been added to the -mm tree. Its filename is mm-mempolicy-fix-kerneldoc-of-numa_map_to_online_node.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-mempolicy-fix-kerneldoc-of-numa_map_to_online_node.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-mempolicy-fix-kerneldoc-of-numa_map_to_online_node.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: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Subject: mm: mempolicy: fix kerneldoc of numa_map_to_online_node() Fix W=1 compile warnings (invalid kerneldoc): mm/mempolicy.c:137: warning: Function parameter or member 'node' not described in 'numa_map_to_online_node' mm/mempolicy.c:137: warning: Excess function parameter 'nid' description in 'numa_map_to_online_node' Link: http://lkml.kernel.org/r/20200728171109.28687-3-krzk@xxxxxxxxxx Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mempolicy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/mempolicy.c~mm-mempolicy-fix-kerneldoc-of-numa_map_to_online_node +++ a/mm/mempolicy.c @@ -129,7 +129,7 @@ static struct mempolicy preferred_node_p /** * numa_map_to_online_node - Find closest online node - * @nid: Node id to start the search + * @node: Node id to start the search * * Lookup the next closest node by distance if @nid is not online. */ _ Patches currently in -mm which might be from krzk@xxxxxxxxxx are mm-swap-fix-kerneldoc-of-swap_vma_readahead.patch mm-mempolicy-fix-kerneldoc-of-numa_map_to_online_node.patch mm-mmu_notifier-fix-and-extend-kerneldoc.patch iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix.patch rtl818x-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch ntb-intel-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch virtio-pci-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch