diff options
author | Andi Kleen <andi@firstfloor.org> | 2009-12-16 06:20:01 -0500 |
---|---|---|
committer | Andi Kleen <ak@linux.intel.com> | 2009-12-16 06:20:01 -0500 |
commit | f2c03debdfb387fa2e35cac6382779072b8b9209 (patch) | |
tree | b43b03515fb32025ba81f0933a233f7c93c32470 /mm | |
parent | 12686d153abff397fa0927c620d5a3de84910b72 (diff) |
HWPOISON: Remove stray phrase in a comment
Better to have complete sentences.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory-failure.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index 006430b972ac..6a0466ed5bfd 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, | |||
325 | * In case something went wrong with munmapping | 325 | * In case something went wrong with munmapping |
326 | * make sure the process doesn't catch the | 326 | * make sure the process doesn't catch the |
327 | * signal and then access the memory. Just kill it. | 327 | * signal and then access the memory. Just kill it. |
328 | * the signal handlers | ||
329 | */ | 328 | */ |
330 | if (fail || tk->addr_valid == 0) { | 329 | if (fail || tk->addr_valid == 0) { |
331 | printk(KERN_ERR | 330 | printk(KERN_ERR |