summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-05 11:22:12 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-05 11:22:12 -0700
commite606de60f3fac927d616ee7539d1852a2e9a1cfa (patch)
tree3ebc4a0daa40c798386d4c7989715258ffb0f680
parent9c187b20e47ca1d59527541051a5709df059a1f7 (diff)
download25-new-e606de60f3fac927d616ee7539d1852a2e9a1cfa.tar.gz
foo
-rw-r--r--txt/mm-vmalloc-fix-lockdep-warning.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/mm-vmalloc-fix-lockdep-warning.txt b/txt/mm-vmalloc-fix-lockdep-warning.txt
index 453a9a8b9..a1543b263 100644
--- a/txt/mm-vmalloc-fix-lockdep-warning.txt
+++ b/txt/mm-vmalloc-fix-lockdep-warning.txt
@@ -33,6 +33,7 @@ To address this a lowest VA is found first without holding a node lock
where it resides. As a last step we check if a VA still there because it
can go away, if removed, proceed with next lowest.
+[akpm@linux-foundation.org: fix comment typos, per Baoquan]
Link: https://lkml.kernel.org/r/20240328140330.4747-1-urezki@gmail.com
Fixes: 53becf32aec1 ("mm: vmalloc: support multiple nodes in vread_iter")
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>