]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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 006430b972ac2bb85a9ec769e910e2618bfa161b..6a0466ed5bfd74a21cb50bdc60c6f1d60e6ed1ef 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