Staging: rtl8192e: add blank line after function declaration
authorAnjandev Momi <anjan@momi.ca>
Fri, 14 Oct 2022 08:18:40 +0000 (01:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Oct 2022 15:36:49 +0000 (17:36 +0200)
This patch removes the following check generated by checkpatch.pl

./drivers/staging/rtl8192e/rtl819x_BAProc.c:65: CHECK: Please
use a blank line after function/struct/union/enum declarations

Signed-off-by: Anjandev Momi <anjan@momi.ca>
Link: https://lore.kernel.org/r/20221014081839.23902-5-anjan@momi.ca
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_BAProc.c

index a7aa772778d397e39455cc7042780b04a16d9d81..7c0369319f97fe668d7d5f10d3af5986cdd2de4f 100644 (file)
@@ -62,6 +62,7 @@ void ResetBaEntry(struct ba_record *pBA)
        pBA->dialog_token                 = 0;
        pBA->ba_start_seq_ctrl.short_data = 0;
 }
+
 static struct sk_buff *rtllib_ADDBA(struct rtllib_device *ieee, u8 *Dst,
                                    struct ba_record *pBA,
                                    u16 StatusCode, u8 type)