Re: [PATCH v2] staging: rtl8723bs: fix comment formatting for pintf_dev in rtw_io.h

From: Greg Kroah-Hartman

Date: Mon Sep 07 2026 - 12:37:00 EST


On Sat, Sep 05, 2026 at 07:23:45PM +0200, Tomasz Unger wrote:
> Add a space before the comment, remove the stray space before a tab
> inside it, and drop the unnecessary parentheses around
> &padapter->dvobjpriv.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
> ---
> Dan Carpenter reviewed the previous "space before tab" comment fix
> for rtw_io.h and pointed out two more issues in the same comment: a
> missing space before the comment itself, and unnecessary parentheses.
>
> This v2 fixes both, per his review.
> ---
> Changes in v2 (per Dan Carpenter's review):
> - Dan noted there should be a space before the comment, and that the
> parentheses around &(padapter->dvobjpriv) are unnecessary. Both are
> fixed here, in addition to the original space-before-tab fix.
> - Add an Assisted-by: trailer disclosing AI assistance, per
> Documentation/process/coding-assistants.rst (the original v1 had no
> such disclosure).
>
> Verified with checkpatch.pl - no new warnings introduced by this change
> (and removes a pre-existing "space before tabs" warning on the modified line).
>
> Assisted-by: Claude:claude-sonnet-5

Please see:
https://lore.kernel.org/r/2026080354-skater-urgent-31b2@gregkh