]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: remove multiple blank lines
authorGabriel Windlin <gawindlin@gmail.com>
Tue, 24 Feb 2026 16:13:19 +0000 (17:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Feb 2026 14:59:12 +0000 (06:59 -0800)
Remove multiple consecutive blank lines to adhere to the Linux kernel
coding style. Issues reported by checkpatch.pl.

Signed-off-by: Gabriel Windlin <gawindlin@gmail.com>
Link: https://patch.msgid.link/20260224161319.89187-1-gawindlin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c

index 99ad9dbcba9cf18d8c646ef2f14fca2a54a30705..54e89f192b186883d640d3e47e6f8b1aed99d8cb 100644 (file)
@@ -196,7 +196,6 @@ void rtw_secgetmic(struct mic_data *pmicdata, u8 *dst)
        secmicclear(pmicdata);
 }
 
-
 void rtw_seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, u8 pri)
 {
 
@@ -222,7 +221,6 @@ void rtw_seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_cod
        }
        rtw_secmicappend(&micdata, &priority[0], 4);
 
-
        rtw_secmicappend(&micdata, data, data_len);
 
        rtw_secgetmic(&micdata, mic_code);
@@ -282,7 +280,6 @@ static const unsigned short Sbox1[2][256] = {      /* Sbox for hash (can be in R
         0x82C3, 0x29B0, 0x5A77, 0x1E11, 0x7BCB, 0xA8FC, 0x6DD6, 0x2C3A,
        },
 
-
        {  /* second half of table is unsigned char-reversed version of first! */
         0xA5C6, 0x84F8, 0x99EE, 0x8DF6, 0x0DFF, 0xBDD6, 0xB1DE, 0x5491,
         0x5060, 0x0302, 0xA9CE, 0x7D56, 0x19E7, 0x62B5, 0xE64D, 0x9AEC,
@@ -357,7 +354,6 @@ static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32)
        }
 }
 
-
 /*
  * Routine: Phase 2 -- generate RC4KEY, given TK, P1K, IV16
  *