[PATCH v3 0/2] staging: rtl8723bs: coding style cleanup

Sanghyeon Lee posted 2 patches 1 month, 3 weeks ago
There is a newer version of this series
drivers/staging/rtl8723bs/hal/odm_CfoTracking.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
[PATCH v3 0/2] staging: rtl8723bs: coding style cleanup
Posted by Sanghyeon Lee 1 month, 3 weeks ago
Remove unnecessary braces and else block in odm_CfoTracking.c

Changes in v3:
  - Clean up commit messages

Sanghyeon Lee (2):
  staging: rtl8723bs: remove unnecessary braces
  staging: rtl8723bs: remove unnecessary else block

 drivers/staging/rtl8723bs/hal/odm_CfoTracking.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.43.0
Re: [PATCH v3 0/2] staging: rtl8723bs: coding style cleanup
Posted by Greg KH 1 month, 3 weeks ago
On Wed, Dec 17, 2025 at 03:42:14PM +0000, Sanghyeon Lee wrote:
> Remove unnecessary braces and else block in odm_CfoTracking.c
> 
> Changes in v3:
>   - Clean up commit messages

Shouldn't you list the changes from previous versions as well?  Like v2?

thanks,

greg k-h