forked from Minki/linux
staging: rtl8192e: indent statement properly
Indent statement in an else branch. Reported by checkpatch: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8) Signed-off-by: Ian Kewish <iankewish@gmail.com> Link: https://lore.kernel.org/r/20210415180645.65699-1-iankewish@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
71d3edc61e
commit
5cc8364494
@ -291,7 +291,7 @@ static int rtllib_tkip_encrypt(struct sk_buff *skb, int hdr_len, void *priv)
|
||||
tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak,
|
||||
tkey->tx_iv16);
|
||||
} else
|
||||
tkey->tx_phase1_done = 1;
|
||||
tkey->tx_phase1_done = 1;
|
||||
|
||||
|
||||
len = skb->len - hdr_len;
|
||||
|
Loading…
Reference in New Issue
Block a user