Re: [PATCH] CAIF: fix indentation for function arguments

2013-03-06 Thread David Miller
From: Joe Perches Date: Wed, 06 Mar 2013 16:07:17 -0800 > On Wed, 2013-03-06 at 23:48 +0200, Silviu-Mihai Popescu wrote: >> This lines up function arguments on second and subsequent lines at the >> first column after the openning parenthesis of the first line. > [] >> diff --git a/net/caif/caif_d

Re: [PATCH] CAIF: fix indentation for function arguments

2013-03-06 Thread Joe Perches
On Wed, 2013-03-06 at 23:48 +0200, Silviu-Mihai Popescu wrote: > This lines up function arguments on second and subsequent lines at the > first column after the openning parenthesis of the first line. [] > diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c [] > @@ -301,10 +301,10 @@ static void

Re: [PATCH] CAIF: fix indentation for function arguments

2013-03-06 Thread Sjur Brændeland
On Wed, Mar 6, 2013 at 10:48 PM, Silviu-Mihai Popescu wrote: > This lines up function arguments on second and subsequent lines at the > first column after the openning parenthesis of the first line. > > Signed-off-by: Silviu-Mihai Popescu There is quite a bit of churn for stuff not even noticed

[PATCH] CAIF: fix indentation for function arguments

2013-03-06 Thread Silviu-Mihai Popescu
This lines up function arguments on second and subsequent lines at the first column after the openning parenthesis of the first line. Signed-off-by: Silviu-Mihai Popescu --- net/caif/caif_dev.c |8 net/caif/caif_socket.c | 22 +++--- net/caif/caif_usb.c |