Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-12 Thread Aldo Iljazi
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

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-12 Thread David Sterba
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/btr

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: > On Tue, Nov 05, 2013 at 12:40:16PM +0200, Aldo Iljazi wrote: > > > > I replaced the spaces with tabs, as the kernel coding style suggests. > > > > > > I repeat: > > > > > > Whitespace changes are just noise, we don't need them at this point of > > > development phase of bt

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread David Sterba
On Tue, Nov 05, 2013 at 12:40:16PM +0200, Aldo Iljazi wrote: > > > I replaced the spaces with tabs, as the kernel coding style suggests. > > > > I repeat: > > > > Whitespace changes are just noise, we don't need them at this point of > > development phase of btrfs. > > > > david > > Okay then i

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: > On Tue, Nov 05, 2013 at 12:32:37PM +0200, Aldo Iljazi wrote: > > 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 > >

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread David Sterba
On Tue, Nov 05, 2013 at 12:32:37PM +0200, Aldo Iljazi wrote: > 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

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
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

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread David Sterba
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/btr

[PATCH] FS: BTRFS: fixed coding style issues

2013-11-04 Thread Aldo Iljazi
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 +