From: Andi Kleen Date: Wed, 16 Dec 2009 11:20:01 +0000 (+0100) Subject: HWPOISON: Remove stray phrase in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f2c03debdfb387fa2e35cac6382779072b8b9209;p=linux.git HWPOISON: Remove stray phrase in a comment Better to have complete sentences. Signed-off-by: Andi Kleen --- diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 006430b972ac2..6a0466ed5bfd7 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -325,7 +325,6 @@ static void kill_procs_ao(struct list_head *to_kill, int doit, int trapno, * In case something went wrong with munmapping * make sure the process doesn't catch the * signal and then access the memory. Just kill it. - * the signal handlers */ if (fail || tk->addr_valid == 0) { printk(KERN_ERR