From: Shivam Gupta Date: Thu, 7 May 2026 17:52:18 +0000 (+0530) Subject: staging: rtl8723bs: remove unnecessary braces X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87a4d3344094ddac866b2a02397d26817c3a647;p=thirdparty%2Fkernel%2Fstable.git staging: rtl8723bs: remove unnecessary braces Remove unnecessary braces around a single statement block reported by checkpatch. Signed-off-by: Shivam Gupta Reviewed-by: Nikolay Kulikov Link: https://patch.msgid.link/20260507175218.16831-1-shivgupta751157@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c b/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c index 58f6cf063498a..f3195f6f7e578 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++;