Re: [PATCH v3 04/15] staging: rtl8723bs: align asterisk in block comment to fix formatting

From: Vivek BalachandharTN

Date: Tue Sep 30 2025 - 04:29:29 EST


Thanks for pointing it out. Ack. I’ll wait for more comments from the community for another three days and then will send the next version.

Best, Vivek

On 2025-09-29 2:58 a.m., Greg KH wrote:
On Mon, Sep 29, 2025 at 06:49:49AM +0000, Vivek BalachandharTN wrote:
Align the leading asterisks in a multi-line block comment to maintain
consistent formatting and improve readability,in accordance with kernel
coding style guidelines. No functional changes.

Signed-off-by: Vivek BalachandharTN <vivek.balachandhar@xxxxxxxxx>
---
drivers/staging/rtl8723bs/core/rtw_mlme.c | 40 +++++++++++------------
1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
index 3eeea832dcb6..cd41f713a52e 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -869,8 +869,8 @@ static void find_network(struct adapter *adapter)
}
/*
-*rtw_free_assoc_resources: the caller has to lock pmlmepriv->lock
-*/
+ *rtw_free_assoc_resources: the caller has to lock pmlmepriv->lock
Shouldn't you also have a space after the '*' and before the 'r'?

thanks,

greg k-h