The patch titled mm: fix typos in comments in mm/oom_kill.c has been added to the -mm tree. Its filename is mm-fix-typos-in-comments-in-mm-oom_killc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Dave Peterson <dsp@xxxxxxxx> This fixes a few typos in the comments in mm/oom_kill.c. Signed-off-by: David S. Peterson <dsp@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/oom_kill.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN mm/oom_kill.c~mm-fix-typos-in-comments-in-mm-oom_killc mm/oom_kill.c --- 25/mm/oom_kill.c~mm-fix-typos-in-comments-in-mm-oom_killc Thu Apr 13 16:16:12 2006 +++ 25-akpm/mm/oom_kill.c Thu Apr 13 16:16:14 2006 @@ -26,7 +26,7 @@ int sysctl_panic_on_oom; /* #define DEBUG */ /** - * oom_badness - calculate a numeric value for how bad this task has been + * badness - calculate a numeric value for how bad this task has been * @p: task struct of which task we should calculate * @uptime: current uptime in seconds * @@ -191,7 +191,7 @@ static struct task_struct *select_bad_pr continue; /* - * This is in the process of releasing memory so for wait it + * This is in the process of releasing memory so wait for it * to finish before killing some other task by mistake. */ releasing = test_tsk_thread_flag(p, TIF_MEMDIE) || @@ -292,7 +292,7 @@ static struct mm_struct *oom_kill_proces } /** - * oom_kill - kill the "best" process when we run out of memory + * out_of_memory - kill the "best" process when we run out of memory * * If we run out of memory, we have the choice between either * killing a random task (bad), letting the system crash (worse) _ Patches currently in -mm which might be from dsp@xxxxxxxx are mm-fix-typos-in-comments-in-mm-oom_killc.patch mm-fix-mm_struct-reference-counting-bugs-in-mm-oom_killc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html