projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b34a30
)
mm/kmemleak.c: fix a comment
author
Yixuan Cao
<caoyixuan2019@email.szu.edu.cn>
Mon, 14 Nov 2022 17:14:26 +0000
(
01:14
+0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Wed, 30 Nov 2022 23:58:54 +0000
(15:58 -0800)
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>
mm/kmemleak.c
patch
|
blob
|
history
diff --git
a/mm/kmemleak.c
b/mm/kmemleak.c
index 646e2979641fb31b1a76ee03dac16d56f38e3164..26733290435455eee770aacd99a8d8a463afe4ce 100644
(file)
--- a/
mm/kmemleak.c
+++ b/
mm/kmemleak.c
@@
-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 a
n
object iteration loop while making sure
* that the given object won't go away without RCU read lock by performing a
* get_object() if !pinned.
*