author: Randy Dunlap <rdunlap@infradead.org> 2021-09-02 15:00:36 -0700
committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-03 09:58:18 -0700
commit: c9bd7d183673b5136e56210003e1d94338d47c45
parent: dce49103962840dd61423d7627748d6c558d58c5
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/mm/migrate.c b/mm/migrate.c
index ae923e9b8874..a0aeb3fe46a7 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -1149,7 +1149,7 @@ static int node_demotion[MAX_NUMNODES] __read_mostly =
* 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.