summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorShivam Gupta <shivgupta751157@gmail.com>2026-05-07 23:22:18 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-11 10:05:39 +0200
commitc87a4d3344094ddac866b2a02397d26817c3a647 (patch)
tree28a671efa62c65b19efe289640f02902420774c7 /drivers
parentd7d9af4cc305d6f5a59c05d167d56d4564be7c84 (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c b/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c
index 58f6cf063498..f3195f6f7e57 100644
--- a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c
+++ b/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c
@@ -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++;