public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: Remove redundant indentation
@ 2021-11-02  8:12 hoshinomorimorimo
  2021-11-05  9:52 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: hoshinomorimorimo @ 2021-11-02  8:12 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Hoshinomori-Owari

From: Hoshinomori-Owari <hoshinomorimorimo@gmail.com>

Remove redundant indentation in
drivers/staging/rtl8723bs/core/rtw_ap.c:1139.
Issue found by checkpatch.pl

Signed-off-by: Hoshinomori-Owari <hoshinomorimorimo@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_ap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_ap.c b/drivers/staging/rtl8723bs/core/rtw_ap.c
index a76e81330756..4345dca1b552 100644
--- a/drivers/staging/rtl8723bs/core/rtw_ap.c
+++ b/drivers/staging/rtl8723bs/core/rtw_ap.c
@@ -1137,7 +1137,7 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf,  int len)
 		}
 
 		if ((p == NULL) || (ie_len == 0))
-				break;
+			break;
 	}
 
 	/* wmm */
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-05  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02  8:12 [PATCH] staging: rtl8723bs: Remove redundant indentation hoshinomorimorimo
2021-11-05  9:52 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox