Skip to content

Commit

Permalink
coredump: remove trailling whitespace
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lucas De Marchi authored and Linus Torvalds committed May 1, 2013
1 parent 93997f6 commit fb96c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ void do_coredump(siginfo_t *siginfo)

ispipe = format_corename(&cn, &cprm);

if (ispipe) {
if (ispipe) {
int dump_count;
char **helper_argv;

Expand Down Expand Up @@ -576,10 +576,10 @@ void do_coredump(siginfo_t *siginfo)
NULL, &cprm);
argv_free(helper_argv);
if (retval) {
printk(KERN_INFO "Core dump to %s pipe failed\n",
printk(KERN_INFO "Core dump to %s pipe failed\n",
cn.corename);
goto close_fail;
}
}
} else {
struct inode *inode;

Expand Down

0 comments on commit fb96c47

Please sign in to comment.