Re: [PATCH] staging: rtl8723bs: Remove redundant indentation

2021-11-05 Thread Greg KH
On Tue, Nov 02, 2021 at 04:12:59PM +0800, hoshinomorimor...@gmail.com wrote: > From: Hoshinomori-Owari > > Remove redundant indentation in > drivers/staging/rtl8723bs/core/rtw_ap.c:1139. > Issue found by checkpatch.pl > > Signed-off-by: Hoshinomori-Owari > --- > drivers/staging/rtl8723bs/core/

[PATCH] staging: rtl8723bs: Remove redundant indentation

2021-11-02 Thread hoshinomorimorimo
From: Hoshinomori-Owari Remove redundant indentation in drivers/staging/rtl8723bs/core/rtw_ap.c:1139. Issue found by checkpatch.pl Signed-off-by: Hoshinomori-Owari --- drivers/staging/rtl8723bs/core/rtw_ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rt