Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933718Ab3CHGQg (ORCPT ); Fri, 8 Mar 2013 01:16:36 -0500 Received: from mail-yh0-f43.google.com ([209.85.213.43]:56453 "EHLO mail-yh0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933298Ab3CHGQI (ORCPT ); Fri, 8 Mar 2013 01:16:08 -0500 From: Lucas De Marchi To: lucas.de.marchi@gmail.com Cc: David Howells , James Morris , Andrew Morton , Oleg Nesterov , Lucas De Marchi , linux-kernel@vger.kernel.org Subject: [PATCH v2 5/7] coredump: remove trailling whitespaces Date: Fri, 8 Mar 2013 03:15:11 -0300 Message-Id: <1362723313-839-6-git-send-email-lucas.demarchi@profusion.mobi> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1362723313-839-1-git-send-email-lucas.demarchi@profusion.mobi> References: <1362723313-839-1-git-send-email-lucas.demarchi@profusion.mobi> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 39 Signed-off-by: Lucas De Marchi --- fs/coredump.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/coredump.c b/fs/coredump.c index c647965..7dfb3b0 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; -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/