[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2025092953-depravity-oasis-93cb@gregkh>
Date: Mon, 29 Sep 2025 08:58:14 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Vivek BalachandharTN <vivek.balachandhar@...il.com>
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 04/15] staging: rtl8723bs: align asterisk in block
comment to fix formatting
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@...il.com>
> ---
> 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
Powered by blists - more mailing lists