Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os 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>

authored by

Ian Kewish and committed by
Greg Kroah-Hartman
5cc83644 71d3edc6

+1 -1
+1 -1
drivers/staging/rtl8192e/rtllib_crypt_tkip.c
··· 291 291 tkip_mixing_phase2(rc4key, tkey->key, tkey->tx_ttak, 292 292 tkey->tx_iv16); 293 293 } else 294 - tkey->tx_phase1_done = 1; 294 + tkey->tx_phase1_done = 1; 295 295 296 296 297 297 len = skb->len - hdr_len;