Re: [PATCH] staging: rtl8723bs: Remove Yoda conditions in rtw_get_cipher_info()
From: Ethan Tidmore
Date: Tue Feb 03 2026 - 11:42:37 EST
On Tue Feb 3, 2026 at 1:35 AM CST, Giorgi Tchankvetadze wrote:
> Convert comparisons from CONSTANT == variable to variable == CONSTANT
> to follow modern kernel coding style and improve readability.
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
The yoda style if statement in rtw_get_cipher_info() has already been
fixed in staging-next. Next time use staging-next when creating patches
for staging. Thanks.
ET