aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Kewish <iankewish@gmail.com>2021-04-15 13:06:45 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-22 10:38:42 +0200
commit5cc83644945818c00eb5a6e69cf8fba730c92a38 (patch)
tree287d7d08f03e86ab2b33aa48c47d3769550e601b
parentstaging: rtl8723bs: Remove led_blink_hdl() and everything related (diff)
downloadlinux-dev-5cc83644945818c00eb5a6e69cf8fba730c92a38.tar.xz
linux-dev-5cc83644945818c00eb5a6e69cf8fba730c92a38.zip
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>
-rw-r--r--drivers/staging/rtl8192e/rtllib_crypt_tkip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_crypt_tkip.c b/drivers/staging/rtl8192e/rtllib_crypt_tkip.c
index 238387d6221b..4a760ecbc31e 100644
--- a/drivers/staging/rtl8192e/rtllib_crypt_tkip.c
+++ b/drivers/staging/rtl8192e/rtllib_crypt_tkip.c
@@ -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;