]> git.dujemihanovic.xyz Git - linux.git/commit
mm: mempolicy: fix kerneldoc of numa_map_to_online_node()
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 12 Aug 2020 01:31:13 +0000 (18:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:56 +0000 (10:57 -0700)
commitf6e92f404834698df0a7c4e1d8e07b3771cd6e46
tree972d47e0f0e859637db33c49ff04fcf9fa4e97bd
parent860b32729a21e0565585a9e2ecea2e5244d65acd
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'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200728171109.28687-3-krzk@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mempolicy.c