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

From: Dan Carpenter

Date: Tue May 19 2026 - 05:41:55 EST


1. Work against the correct tree (staging-next).
2. Fix your From header.

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 (/* */)

3. Do this as two patches.

4. Run your patch through checkpatch.pl and see this issue:
ERROR: Missing Signed-off-by: line(s)

https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/

regards,
dan carpenter