staging: rtl8192e: rtllib_crypt_tkip: split multiple assignments
authorAaron Lawrence <t4rmin@zohomail.com>
Wed, 26 Oct 2022 12:42:55 +0000 (19:42 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2022 08:07:20 +0000 (09:07 +0100)
commit1f610736f7f40efbcac07a1c100ef703c74d30c1
treef32c170ebb547635c1321473c859b9c11253af47
parent8d1dcc729ada8e604442190e2887ff85d37ea6ca
staging: rtl8192e: rtllib_crypt_tkip: split multiple assignments

Split a multiple assignments statement to individual assignments
on different lines in accordance with the Linux kernel coding-style
regulations. Also repositioned comments on it and the statement
before for increased legibility. The multiple assignments issue
was found by the checkpatch script, with the comments legibility
issue were through direct observation.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Signed-off-by: Aaron Lawrence <t4rmin@zohomail.com>
Link: https://lore.kernel.org/r/a9ab257d0042afd3b3231eefe4f58c0c3ac7649f.1666787061.git.t4rmin@zohomail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_crypt_tkip.c