Commit 25e9fa22 authored by Yixuan Cao's avatar Yixuan Cao Committed by Andrew Morton

mm/kmemleak.c: fix a comment

I noticed a typo in a code comment and I fixed it.

Link: https://lkml.kernel.org/r/20221114171426.91745-1-caoyixuan2019@email.szu.edu.cnSigned-off-by: default avatarYixuan Cao <caoyixuan2019@email.szu.edu.cn>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 9b34a307
...@@ -1461,7 +1461,7 @@ static void scan_gray_list(void) ...@@ -1461,7 +1461,7 @@ static void scan_gray_list(void)
} }
/* /*
* Conditionally call resched() in a object iteration loop while making sure * Conditionally call resched() in an object iteration loop while making sure
* that the given object won't go away without RCU read lock by performing a * that the given object won't go away without RCU read lock by performing a
* get_object() if !pinned. * get_object() if !pinned.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment