diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-30 18:28:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-30 20:04:06 -0400 |
commit | fb96c475f6b27bd2c7f6fe0720e6972909a203ca (patch) | |
tree | e15a805bfe31945351e403df6861bac76ae5886c /fs/coredump.c | |
parent | 93997f6ddb9d574cd58694f13c5b15212927bfa1 (diff) |
coredump: remove trailling whitespace
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: David Howells <dhowells@redhat.com>
Cc: James Morris <james.l.morris@oracle.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Tejun Heo <tj@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/coredump.c')
-rw-r--r-- | fs/coredump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/coredump.c b/fs/coredump.c index c6479658d487..7dfb3b062e24 100644 --- a/fs/coredump.c +++ b/fs/coredump.c | |||
@@ -522,7 +522,7 @@ void do_coredump(siginfo_t *siginfo) | |||
522 | 522 | ||
523 | ispipe = format_corename(&cn, &cprm); | 523 | ispipe = format_corename(&cn, &cprm); |
524 | 524 | ||
525 | if (ispipe) { | 525 | if (ispipe) { |
526 | int dump_count; | 526 | int dump_count; |
527 | char **helper_argv; | 527 | char **helper_argv; |
528 | 528 | ||
@@ -576,10 +576,10 @@ void do_coredump(siginfo_t *siginfo) | |||
576 | NULL, &cprm); | 576 | NULL, &cprm); |
577 | argv_free(helper_argv); | 577 | argv_free(helper_argv); |
578 | if (retval) { | 578 | if (retval) { |
579 | printk(KERN_INFO "Core dump to %s pipe failed\n", | 579 | printk(KERN_INFO "Core dump to %s pipe failed\n", |
580 | cn.corename); | 580 | cn.corename); |
581 | goto close_fail; | 581 | goto close_fail; |
582 | } | 582 | } |
583 | } else { | 583 | } else { |
584 | struct inode *inode; | 584 | struct inode *inode; |
585 | 585 | ||