Re: [PATCH] rtlwifi: rtl818x: fix indentation issue

2019-02-01 Thread Kalle Valo
Colin King wrote: > From: Colin Ian King > > There is a statement that is indented too deeply. Fix this. > > Signed-off-by: Colin Ian King > Acked-by: John W. Linville Patch applied to wireless-drivers-next.git, thanks. 2d76fff865d6 rtlwifi: rtl818x: fix indentation issue -- https://patc

Re: [PATCH] rtlwifi: rtl818x: fix indentation issue

2019-01-17 Thread Joe Perches
On Thu, 2019-01-17 at 13:33 -0600, Larry Finger wrote: > On 1/17/19 1:29 PM, Joe Perches wrote: > > On Thu, 2019-01-17 at 15:28 +, Colin King wrote: > > > From: Colin Ian King > > > > > > There is a statement that is indented too deeply. Fix this. > > > > Thanks. > > > > > diff --git a/driv

Re: [PATCH] rtlwifi: rtl818x: fix indentation issue

2019-01-17 Thread Larry Finger
On 1/17/19 1:29 PM, Joe Perches wrote: On Thu, 2019-01-17 at 15:28 +, Colin King wrote: From: Colin Ian King There is a statement that is indented too deeply. Fix this. Thanks. diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c b/drivers/net/wireless/realtek/rtl818x/rtl81

Re: [PATCH] rtlwifi: rtl818x: fix indentation issue

2019-01-17 Thread Joe Perches
On Thu, 2019-01-17 at 15:28 +, Colin King wrote: > From: Colin Ian King > > There is a statement that is indented too deeply. Fix this. Thanks. > diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c > b/drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c [] > @@ -803,7 +803,7 @@

Re: [PATCH] rtlwifi: rtl818x: fix indentation issue

2019-01-17 Thread John W. Linville
On Thu, Jan 17, 2019 at 03:28:59PM +, Colin King wrote: > From: Colin Ian King > > There is a statement that is indented too deeply. Fix this. > > Signed-off-by: Colin Ian King Acked-by: John W. Linville -- John W. LinvilleSomeday the world will need a hero, and you linv

[PATCH] rtlwifi: rtl818x: fix indentation issue

2019-01-17 Thread Colin King
From: Colin Ian King There is a statement that is indented too deeply. Fix this. Signed-off-by: Colin Ian King --- drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtl818x/rtl8180/dev.c b/driver