summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
diff options
context:
space:
mode:
authorTanya Agarwal <tanyaagarwal25699@gmail.com>2024-09-27 00:05:16 +0530
committerAndrew Morton <akpm@linux-foundation.org>2024-11-05 16:56:25 -0800
commit1cd1a4e71b61eaf8cadd15372b67ccd60a2e1a99 (patch)
treefb61deb98280c11d01f20b6ea29b57a4a9154ffe /mm/mempolicy.c
parentbbc251f30ef312343fec3f5c0591ce01078c2bb9 (diff)
mm/mempolicy: fix comments for better documentation
Fix typo in mempolicy.h and Correct the number of allowed memory policy Link: https://lkml.kernel.org/r/20240926183516.4034-2-tanyaagarwal25699@gmail.com Signed-off-by: Tanya Agarwal <tanyaagarwal25699@gmail.com> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Cc: Anup Sharma <anupnewsmail@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r--mm/mempolicy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index b646fab3e45e..9e18a6fc3061 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -8,7 +8,7 @@
* NUMA policy allows the user to give hints in which node(s) memory should
* be allocated.
*
- * Support four policies per VMA and per process:
+ * Support six policies per VMA and per process:
*
* The VMA policy has priority over the process policy for a page fault.
*