Re: [PATCH 1/3] staging: rtl8723bs: remove redundant braces in if statements

From: Greg Kroah-Hartman
Date: Sun Apr 03 2022 - 07:03:42 EST


On Fri, Apr 01, 2022 at 09:02:45AM -0400, Sevinj Aghayeva wrote:
> Adhere to Linux kernel coding style.
>
> Reported by checkpatch:
>
> WARNING: braces {} are not necessary for single statement blocks
>
> Signed-off-by: Sevinj Aghayeva <sevinj.aghayeva@xxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 76 +++++++------------
> 1 file changed, 26 insertions(+), 50 deletions(-)

Does not apply to my tree :(