Re: [PATCH] staging: rtl8723bs: refactor code for style compliance

From: Dan Carpenter
Date: Mon Aug 11 2025 - 02:49:20 EST


On Sun, Aug 10, 2025 at 02:28:35AM +0800, Yao-Wen Chang wrote:
> From: Yao-Wen-Chang <changyaowen19980629@xxxxxxxxx>
>
> This patch refactors the rtl8723bs staging driver to improve code style:
> 1. Ensure lines are within 100 characters per line for readability.
> 2. Add spaces around operators for consistency with kernel coding style.
> 3. Convert camelCase variables to snake_case for uniformity.
>

Split this into three patches.

regards,
dan carpenter