Re: [PATCH] sb1000: fix a couple of indentation issues

2019-01-17 Thread David Miller
From: Colin King Date: Thu, 17 Jan 2019 00:13:01 + > From: Colin Ian King > > There is an if statement and a return statement that are incorrectly > indented. Fix these. > > Signed-off-by: Colin Ian King Applied to net-next.

Re: [PATCH] sb1000: fix a couple of indentation issues

2019-01-16 Thread Joe Perches
On Thu, 2019-01-17 at 00:13 +, Colin King wrote: > From: Colin Ian King > > There is an if statement and a return statement that are incorrectly > indented. Fix these. [] > diff --git a/drivers/net/sb1000.c b/drivers/net/sb1000.c [] > @@ -540,12 +540,12 @@ sb1000_activate(const int ioaddr[],

[PATCH] sb1000: fix a couple of indentation issues

2019-01-16 Thread Colin King
From: Colin Ian King There is an if statement and a return statement that are incorrectly indented. Fix these. Signed-off-by: Colin Ian King --- drivers/net/sb1000.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/sb1000.c b/drivers/net/sb1000.c index 7820fc