mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-17 03:04:26 -05:00
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:
committed by
Greg Kroah-Hartman
parent
d7d9af4cc3
commit
c87a4d3344
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user