projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b91d8
)
mm/oom_kill.c: fix typo in comment
author
Yaowei Bai
<bywxiaobai@163.com>
Wed, 15 Apr 2015 23:12:54 +0000
(16:12 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 15 Apr 2015 23:35:16 +0000
(16:35 -0700)
Alter 'taks' -> 'task'
Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/oom_kill.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/oom_kill.c
b/mm/oom_kill.c
index 52628c819bf7d4852cc4604b89357e99420e6c74..2b665da1b3c92070de5e9d8ee6864d843847115c 100644
(file)
--- a/
mm/oom_kill.c
+++ b/
mm/oom_kill.c
@@
-408,7
+408,7
@@
bool oom_killer_disabled __read_mostly;
static DECLARE_RWSEM(oom_sem);
/**
- * mark_tsk_oom_victim - marks the given ta
ks
as OOM victim.
+ * mark_tsk_oom_victim - marks the given ta
sk
as OOM victim.
* @tsk: task to mark
*
* Has to be called with oom_sem taken for read and never after