staging: rtl8192e: rtllib_crypt_tkip: blank line before close brace removal
authorAaron Lawrence <t4rmin@zohomail.com>
Wed, 26 Oct 2022 12:40:15 +0000 (19:40 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2022 08:07:19 +0000 (09:07 +0100)
Removed multiple blank lines that are not necessary before a closing
brace. The issues were found with the checkpatch script and were
dealt with in accordance with the Linux kernel coding-style guidelines.

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

index 468f28f48ebaaa1d5f7f0673d938da6d5efb1e4e..40930c9b00179a882a3e4a464d6fca12b095983a 100644 (file)
@@ -321,7 +321,6 @@ static int rtllib_tkip_encrypt(struct sk_buff *skb, int hdr_len, void *priv)
        if (!tcb_desc->bHwSec)
                return ret;
        return 0;
-
 }
 
 static int rtllib_tkip_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
@@ -420,7 +419,6 @@ static int rtllib_tkip_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
                        tkey->dot11RSNAStatsTKIPICVErrors++;
                        return -5;
                }
-
        }
 
        /* Update real counters only after Michael MIC verification has