projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc84207
)
mm/kmemleak.c: fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Fri, 30 Apr 2021 05:54:54 +0000
(22:54 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:36 +0000
(11:20 -0700)
s/interruptable/interruptible/
Link:
https://lkml.kernel.org/r/20210319214140.23304-1-unixbhaskar@gmail.com
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/kmemleak.c
patch
|
blob
|
history
diff --git
a/mm/kmemleak.c
b/mm/kmemleak.c
index fe6e3ae8e8c6719f7ae6bead5954e2f43109a523..92a2d48858086caceaaca4b82fc30fad949dbe49 100644
(file)
--- a/
mm/kmemleak.c
+++ b/
mm/kmemleak.c
@@
-1203,7
+1203,7
@@
static void update_refs(struct kmemleak_object *object)
}
/*
- * Memory scanning is a long process and it needs to be interrupt
a
ble. This
+ * Memory scanning is a long process and it needs to be interrupt
i
ble. This
* function checks whether such interrupt condition occurred.
*/
static int scan_should_stop(void)