RE: [Intel-wired-lan] [PATCH 3/8] i40e: increase indentation

2019-01-11 Thread Bowers, AndrewX
Miller ; linux-kernel@vger.kernel.org; > net...@vger.kernel.org > Subject: [Intel-wired-lan] [PATCH 3/8] i40e: increase indentation > > Convert spaces to tabs to get correct alignment. > > Found with the help of Coccinelle. > > Signed-off-by: Julia Lawall > >

Re: [PATCH 3/8] i40e: increase indentation

2019-01-03 Thread Jeff Kirsher
On Thu, 2019-01-03 at 16:37 -0800, David Miller wrote: > From: Jeff Kirsher > Date: Thu, 03 Jan 2019 15:58:10 -0800 > > > On Sun, 2018-12-30 at 16:53 +0100, Julia Lawall wrote: > > > Convert spaces to tabs to get correct alignment. > > > > > > Found with the help of Coccinelle. > > > > > >

Re: [PATCH 3/8] i40e: increase indentation

2019-01-03 Thread David Miller
From: Jeff Kirsher Date: Thu, 03 Jan 2019 15:58:10 -0800 > On Sun, 2018-12-30 at 16:53 +0100, Julia Lawall wrote: >> Convert spaces to tabs to get correct alignment. >> >> Found with the help of Coccinelle. >> >> Signed-off-by: Julia Lawall >> >> --- >>

Re: [PATCH 3/8] i40e: increase indentation

2019-01-03 Thread Jeff Kirsher
On Sun, 2018-12-30 at 16:53 +0100, Julia Lawall wrote: > Convert spaces to tabs to get correct alignment. > > Found with the help of Coccinelle. > > Signed-off-by: Julia Lawall > > --- > drivers/net/ethernet/intel/i40e/i40e_main.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 3/8] i40e: increase indentation

2018-12-30 Thread Julia Lawall
Convert spaces to tabs to get correct alignment. Found with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/net/ethernet/intel/i40e/i40e_main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c