Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-15 Thread Joe Perches
On Fri, 2019-11-15 at 22:45 -0800, Joe Perches wrote: > This function might as well be deleted instead as > rtl819xusb_beacon_tx is a noop function in > drivers/staging/rtl8192u/r8192U_core.c Perhaps: --- drivers/staging/rtl8192u/r8192U.h| 1 - drivers/staging/rtl8192u/r8192U_core.c |

Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-15 Thread Joe Perches
On Thu, 2019-11-14 at 09:54 +, Colin King wrote: > From: Colin Ian King > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. [] > diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.c > b/drivers/staging/rtl8192u/r819xU_cmdpkt.c [] > @@ -169,19

Re: [PATCH] staging: rtl8192u: fix indentation issue

2019-11-14 Thread walter harms
Am 14.11.2019 10:54, schrieb Colin King: > From: Colin Ian King > > There is a block of statements that are indented > too deeply, remove the extraneous tabs. > > Signed-off-by: Colin Ian King > --- > drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 > 1 file changed,

[PATCH] staging: rtl8192u: fix indentation issue

2019-11-14 Thread Colin King
From: Colin Ian King There is a block of statements that are indented too deeply, remove the extraneous tabs. Signed-off-by: Colin Ian King --- drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 1 file changed, 13 insertions(+), 12 deletions(-) diff --git