Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99b7bbb9 authored by Ariel Savini's avatar Ariel Savini Committed by Greg Kroah-Hartman
Browse files

staging: vt6656 resolved parenthesis not spaces



removes before parenthesis

Signed-off-by: default avatarAriel Savini <arielsavini@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4a499de2
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -221,6 +221,7 @@ void TKIPvMixKey(
        p1k[4] = (p1k[4] + tkip_sbox((p1k[3] ^ (((256*pbyTKey[1+j]) + pbyTKey[j]))) % 65536)) % 65536;
        p1k[4] = (p1k[4] + i) % 65536;
    }
 
    /* Phase 2, Step 1 */
    ppk0 = p1k[0];
    ppk1 = p1k[1];