projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12686d1
)
HWPOISON: Remove stray phrase in a comment
author
Andi Kleen
<andi@firstfloor.org>
Wed, 16 Dec 2009 11:20:01 +0000
(12:20 +0100)
committer
Andi 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
patch
|
blob
|
history
diff --git
a/mm/memory-failure.c
b/mm/memory-failure.c
index 006430b972ac2bb85a9ec769e910e2618bfa161b..6a0466ed5bfd74a21cb50bdc60c6f1d60e6ed1ef 100644
(file)
--- 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