projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94de9b
)
kmemleak: Fix typo in the comment
author
Holger Hans Peter Freyther
<zecke@selfish.org>
Thu, 22 Jul 2010 11:54:13 +0000
(19:54 +0800)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Sun, 8 Aug 2010 20:57:23 +0000
(21:57 +0100)
Fix typo in comment.
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/kmemleak.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/kmemleak.c
b/mm/kmemleak.c
index 5f2eb5b23658372a843ea2fefeb272f7e86ca99f..bd9bc214091b39b23c7b61182c81d17e2da7bf71 100644
(file)
--- a/
mm/kmemleak.c
+++ b/
mm/kmemleak.c
@@
-700,7
+700,7
@@
static void paint_ptr(unsigned long ptr, int color)
}
/*
- * Ma
ke a
object permanently as gray-colored so that it can no longer be
+ * Ma
rk an
object permanently as gray-colored so that it can no longer be
* reported as a leak. This is used in general to mark a false positive.
*/
static void make_gray_object(unsigned long ptr)