From: Lucas De Marchi Date: Wed, 20 Mar 2013 04:08:29 +0000 (+1100) Subject: coredump: remove trailling whitespace X-Git-Tag: next-20130322~1^2~104 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3f0679d84d1b50ce7ff412ddd8c17d47cd01c64b;p=karo-tx-linux.git coredump: remove trailling whitespace Signed-off-by: Lucas De Marchi Cc: Oleg Nesterov Cc: David Howells Cc: James Morris Cc: Al Viro Cc: Tejun Heo Cc: "Rafael J. Wysocki" Signed-off-by: Andrew Morton --- 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) ispipe = format_corename(&cn, &cprm); - if (ispipe) { + if (ispipe) { int dump_count; char **helper_argv; @@ -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;