HWPOISON: Remove stray phrase in a comment
authorAndi Kleen <andi@firstfloor.org>
Wed, 16 Dec 2009 11:20:01 +0000 (12:20 +0100)
committerAndi Kleen <ak@linux.intel.com>
Wed, 16 Dec 2009 11:20:01 +0000 (12:20 +0100)
Better to have complete sentences.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
mm/memory-failure.c

index 006430b..6a0466e 100644 (file)
@@ -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