]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove blank line after open brace in hal_com.c
authorMoksh Panicker <mokshpanicker.7@gmail.com>
Mon, 4 May 2026 14:28:12 +0000 (14:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:58:44 +0000 (16:58 +0200)
Remove unnecessary blank line after the opening brace of a for loop.
This fixes the following checkpatch.pl warning:

CHECK: Blank lines aren't necessary after an open brace '{'

Signed-off-by: Moksh Panicker <mokshpanicker.7@gmail.com>
Link: https://patch.msgid.link/20260504142812.21964-4-mokshpanicker.7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_com.c

index 7fd6e0249390b0b096ea78bda4a5a00751c29fd2..25686aeb073b1411415ae247855aab080d5f6c65 100644 (file)
@@ -252,7 +252,6 @@ void HalSetBrateCfg(struct adapter *Adapter, u8 *mBratesOS, u16 *pBrateCfg)
        u8 i, is_brate, brate;
 
        for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) {
-
                is_brate = mBratesOS[i] & IEEE80211_BASIC_RATE_MASK;
                brate = mBratesOS[i] & 0x7f;