Re: [PATCH] staging: rtl8723bs: remove unnecessary braces and else block
From: Greg KH
Date: Wed Dec 17 2025 - 08:23:10 EST
On Sat, Dec 13, 2025 at 04:11:22PM +0000, Sanghyeon Lee wrote:
> This patch fixes coding style issues reported by checkpatch.pl in
> odm_CfoTracking.c.
>
> The changes include:
> 1. Removing unnecessary braces {} from single-line conditional
> statements.
> 2. Removing an unnecessary else statement after a return, which reduces
> indentation and simplifies the code flow.
That is two different things, so this should be 2 different patches,
right?
thanks,
greg k-h