staging: rtl8723bs: remove unnecessary braces

Remove unnecessary braces around a single statement block
reported by checkpatch.

Signed-off-by: Shivam Gupta <shivgupta751157@gmail.com>
Reviewed-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260507175218.16831-1-shivgupta751157@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shivam Gupta 2026-05-07 23:22:18 +05:30 committed by Greg Kroah-Hartman
parent d7d9af4cc3
commit c87a4d3344

View File

@ -294,9 +294,8 @@ static u8 halbtc8723b2ant_ActionAlgorithm(struct btc_coexist *pBtCoexist)
pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn);
if (!pBtLinkInfo->bBtLinkExist) {
if (!pBtLinkInfo->bBtLinkExist)
return algorithm;
}
if (pBtLinkInfo->bScoExist)
numOfDiffProfile++;