Re: [PATCH 12/18] drivers: s390: Move static and inline before return type

2017-07-06 Thread Julian Wiedmann
On 07/06/2017 02:25 PM, Heiko Carstens wrote: > On Thu, Jul 06, 2017 at 03:57:19AM -0700, Joe Perches wrote: >> On Thu, 2017-07-06 at 12:29 +0200, Heiko Carstens wrote: >>> On Wed, Jul 05, 2017 at 01:02:21PM -0700, Joe Perches wrote: Make the code like the rest of the kernel. >> [] diff -

Re: [PATCH 12/18] drivers: s390: Move static and inline before return type

2017-07-06 Thread Heiko Carstens
On Thu, Jul 06, 2017 at 03:57:19AM -0700, Joe Perches wrote: > On Thu, 2017-07-06 at 12:29 +0200, Heiko Carstens wrote: > > On Wed, Jul 05, 2017 at 01:02:21PM -0700, Joe Perches wrote: > > > Make the code like the rest of the kernel. > [] > > > diff --git a/drivers/s390/net/qeth_l3_main.c > > > b/

Re: [PATCH 12/18] drivers: s390: Move static and inline before return type

2017-07-06 Thread Joe Perches
On Thu, 2017-07-06 at 12:29 +0200, Heiko Carstens wrote: > On Wed, Jul 05, 2017 at 01:02:21PM -0700, Joe Perches wrote: > > Make the code like the rest of the kernel. [] > > diff --git a/drivers/s390/net/qeth_l3_main.c > > b/drivers/s390/net/qeth_l3_main.cqq [] > > @@ -2408,7 +2408,7 @@ static int

Re: [PATCH 12/18] drivers: s390: Move static and inline before return type

2017-07-06 Thread Heiko Carstens
On Wed, Jul 05, 2017 at 01:02:21PM -0700, Joe Perches wrote: > Make the code like the rest of the kernel. > > Signed-off-by: Joe Perches > --- > drivers/s390/net/ctcm_main.c| 2 +- > drivers/s390/net/qeth_l3_main.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > diff --git a/d

[PATCH 12/18] drivers: s390: Move static and inline before return type

2017-07-05 Thread Joe Perches
Make the code like the rest of the kernel. Signed-off-by: Joe Perches --- drivers/s390/net/ctcm_main.c| 2 +- drivers/s390/net/qeth_l3_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/s390/net/ctcm_main.c b/drivers/s390/net/ctcm_main.c index 1563b1458e44.