mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02: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:
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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user