Re: [PATCH] wlcore: clean up an indentation issue

2019-02-01 Thread Kalle Valo
Colin King wrote: > From: Colin Ian King > > There is a goto statement that is missing a tab for indentation. Fix this. > > Signed-off-by: Colin Ian King Patch applied to wireless-drivers-next.git, thanks. 112ec26fcdc5 wlcore: clean up an indentation issue -- https://patchwork.kernel.org/

[PATCH] wlcore: clean up an indentation issue

2019-01-18 Thread Colin King
From: Colin Ian King There is a goto statement that is missing a tab for indentation. Fix this. Signed-off-by: Colin Ian King --- drivers/net/wireless/ti/wlcore/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ti/wlcore/cmd.c b/drivers/net/wireles