From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay5-d.mail.gandi.net ([217.70.183.197]:40626 "EHLO relay5-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754838Ab3KLQ5v (ORCPT ); Tue, 12 Nov 2013 11:57:51 -0500 Date: Tue, 12 Nov 2013 18:57:43 +0200 From: Aldo Iljazi To: dsterba@suse.cz, chris.mason@fusionio.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] FS: BTRFS: fixed coding style issues Message-ID: <20131112165743.GA12521@elementary> References: <1383571658-7440-1-git-send-email-mail@aldo.io> <20131104151619.GB16999@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20131104151619.GB16999@twin.jikos.cz> Sender: linux-btrfs-owner@vger.kernel.org List-ID: David Sterba wrote: > On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: > > Fixed three coding style issues. Replaced spaces with tabs. > > > > Signed-off-by: Aldo Iljazi > > --- > > fs/btrfs/dev-replace.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c > > index 9efb94e..b2fe609 100644 > > --- a/fs/btrfs/dev-replace.c > > +++ b/fs/btrfs/dev-replace.c > > @@ -377,7 +377,7 @@ int btrfs_dev_replace_start(struct btrfs_root *root, > > printk_in_rcu(KERN_INFO > > "btrfs: dev_replace from %s (devid %llu) to %s) started\n", > > src_device->missing ? "" : > > - rcu_str_deref(src_device->name), > > + rcu_str_deref(src_device->name), > > What's the change here? I don't think we need to fix whitespace, this > makes searching in patch history more boring, namely in case where the > code looks exactly the same before and after the patch. > > The style issues should be best fixed when the patch is about to be > merged, doing it later like this is kind of not welcome, speaking for > myself. There are lots of opportunities to do real code cleanups. > > > david Okay thanks. -- Aldo Iljazi