]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: use continue statements to reduce indentation
authorMichael Huang <tehsiu.huang@gmail.com>
Sat, 24 Jan 2026 23:15:51 +0000 (15:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2026 14:46:34 +0000 (15:46 +0100)
commit5b4e1312202914e70942e9a5f8b707ff938da8c8
tree9db15694a0f265e8fb9a33ae75953c0c6bdb10b3
parent6905c31e2112f212f81613127bc9802851337a19
staging: rtl8723bs: use continue statements to reduce indentation

Refactor nested if-statements using "continue"
statements. This flattens the logic, reduces deep indentation,
and improves overall code readability.

Signed-off-by: Michael Huang <tehsiu.huang@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/20260124231557.18189-2-tehsiu.huang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c