Skip to content

Commit da05036

Browse files
committed
mm/kmemleak.c: fix a comment
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2151065 commit 25e9fa2 Author: Yixuan Cao <caoyixuan2019@email.szu.edu.cn> Date: Tue, 15 Nov 2022 01:14:26 +0800 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.cn Signed-off-by: Yixuan Cao <caoyixuan2019@email.szu.edu.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Waiman Long <longman@redhat.com>
1 parent 0d17e13 commit da05036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/kmemleak.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ static void scan_gray_list(void)
14641464
}
14651465

14661466
/*
1467-
* Conditionally call resched() in a object iteration loop while making sure
1467+
* Conditionally call resched() in an object iteration loop while making sure
14681468
* that the given object won't go away without RCU read lock by performing a
14691469
* get_object() if !pinned.
14701470
*

0 commit comments

Comments
 (0)