staging: rtl8723bs: Change tabs for spaces
authorJavier F. Arias <jarias.linux@gmail.com>
Thu, 17 Oct 2019 04:05:05 +0000 (23:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Oct 2019 18:33:53 +0000 (20:33 +0200)
Change tabs for spaces when they are incorrectly used as separators.
Fix suggested by Julia Lawall.

Signed-off-by: Javier F. Arias <jarias.linux@gmail.com>
Link: https://lore.kernel.org/r/7b06c103665ab7250dded8c5dadc093228eee7b4.1571284318.git.jarias.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c

index 3e88340915ec6998834aab6eff6278445fc350c9..5aa5910687d1bb679d38fec7c0a041e16e9986cc 100644 (file)
@@ -1543,7 +1543,7 @@ static sint aes_decipher(u8 *key, uint    hdrlen,
                         u8 *pframe, uint plen)
 {
        static u8 message[MAX_MSG_SIZE];
-       uint    qc_exists, a4_exists, i, j, payload_remainder,
+       uint qc_exists, a4_exists, i, j, payload_remainder,
                        num_blocks, payload_index;
        sint res = _SUCCESS;
        u8 pn_vector[6];
@@ -1559,8 +1559,8 @@ static sint aes_decipher(u8 *key, uint    hdrlen,
        u8 mic[8];
 
 
-       uint    frtype  = GetFrameType(pframe);
-       uint    frsubtype  = GetFrameSubType(pframe);
+       uint frtype  = GetFrameType(pframe);
+       uint frsubtype  = GetFrameSubType(pframe);
 
        frsubtype = frsubtype>>4;