Re: [PATCH v2 1/2] staging: rtl8723bs: remove unnecessary braces

From: Greg KH
Date: Wed Dec 17 2025 - 09:37:51 EST


On Wed, Dec 17, 2025 at 02:24:43PM +0000, Sanghyeon Lee wrote:
> This patch fixes coding style issues reported by checkpatch.pl in
> odm_CfoTracking.c
>
> The change include:
> 1. Removing unnecessary braces {} from single-line conditional
> statements.

No need to list a single item, right?

Look at existing commits for examples of how to write a changelog.

>
> The change verify clean with checkpatch.pl.

That should be implied, no need to say it.

>
> thanks,
>
> Sanghyeon Lee

No need for those lines, right?

thanks,

greg k-h