Re: [PATCH v4 1/2] staging: rtl8723bs: core: fix block comment style issues
From: Dan Carpenter
Date: Mon Nov 24 2025 - 02:59:05 EST
On Fri, Nov 21, 2025 at 02:41:34PM -0800, Artur Stupa wrote:
> Fix the following checkpatch warnings for block comments:
> * Block comments should align the * on each line
> * Block comments use * on subsequent lines
> * Block comments use a trailing */ on a separate line
>
> No functional changes.
>
> Signed-off-by: Artur Stupa <arthur.stupa@xxxxxxxxx>
> ---
> Changes in v4:
> * Documented changes between patch versions.
>
> Changes in v3:
> * Deleted ************* lines in comments.
> * Moved dead commented-out code deletion to patch 2/2.
>
> Changes in v2:
> * Fixed "trailing */" checkpatch warnings.
> * Deleted dead commented-out code in rtw_wlan_util.c.
LGTM.
Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
regards,
dan carpenter