[PATCH] staging: rtl8723bs: Remove trailing whitespace in rtw_mlme.c

Giorgi Tchankvetadze posted 1 patch 5 days, 1 hour ago
drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: rtl8723bs: Remove trailing whitespace in rtw_mlme.c
Posted by Giorgi Tchankvetadze 5 days, 1 hour ago
Remove a trailing whitespace in rtw_mlme.c

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_mlme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
index 98704179ad35..ff4e668f199c 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -2018,7 +2018,7 @@ int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_
 	return ielength;
 }
 
-/* Ported from 8185: IsInPreAuthKeyList(). 
+/* Ported from 8185: IsInPreAuthKeyList().
  * (Renamed from SecIsInPreAuthKeyList(), 2006-10-13.)
  * Added by Annie, 2006-05-07.
  *
-- 
2.52.0
Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace in rtw_mlme.c
Posted by Ethan Tidmore 4 days, 19 hours ago
On Tue Feb 3, 2026 at 4:21 AM CST, Giorgi Tchankvetadze wrote:
> Remove a trailing whitespace in rtw_mlme.c
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>

This trailing whitespace has already been fixed in staging-next. Next
time use staging-next when creating patches for staging. Thanks

ET