]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
coredump: remove trailling whitespace
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 20 Mar 2013 04:08:29 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:54 +0000 (15:33 +1100)
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>
fs/coredump.c

index c6479658d4875c0eac32db5c262f515468d3ec76..7dfb3b062e2497ab18f3054504e8696f60f8ede9 100644 (file)
@@ -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;