Re: [PATCH] staging: rtl8723bs: fix coding style issues in rtl8723b_hal_init.c

From: Greg Kroah-Hartman

Date: Tue May 19 2026 - 05:58:54 EST


On Tue, May 19, 2026 at 05:01:14PM +0800, lixinyu wrote:
> Fix checkpatch coding style issues:
> - Add spaces around binary operators (|, &, +, >>) per kernel style
> - Replace C++ style comments (//) with kernel style comments (/* */)
>
> No functional change.
>
> Assisted-by: Claude:claude-4-opus

Do not do ai-assisted fixes for drivers/staging/ They will be rejected
as that is not the goal of this codebase, sorry.

greg k-h