Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdddbcd4 authored by Yaowei Bai's avatar Yaowei Bai Committed by Linus Torvalds
Browse files

mm/oom_kill.c: fix typo in comment



Alter 'taks' -> 'task'

Signed-off-by: default avatarYaowei Bai <bywxiaobai@163.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f2b91d8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -408,7 +408,7 @@ bool oom_killer_disabled __read_mostly;
static DECLARE_RWSEM(oom_sem);
static DECLARE_RWSEM(oom_sem);


/**
/**
 * mark_tsk_oom_victim - marks the given taks as OOM victim.
 * mark_tsk_oom_victim - marks the given task as OOM victim.
 * @tsk: task to mark
 * @tsk: task to mark
 *
 *
 * Has to be called with oom_sem taken for read and never after
 * Has to be called with oom_sem taken for read and never after