Staging: rtl8192e: rtllib_tx: removed unnecessary blank line before a close brace
authorAaron Lawrence <t4rmin@zohomail.com>
Mon, 24 Oct 2022 12:30:28 +0000 (19:30 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2022 17:23:35 +0000 (19:23 +0200)
commit438b4ade12582c358a6e6ab762408923f1af2d44
tree5ffe5a12ff666b72930ea6104f3de2665ceea9ca
parent73fb5660fc300ecd9a611e1997c68bc81c8098db
Staging: rtl8192e: rtllib_tx: removed unnecessary blank line before a close brace

Removed a blank line before a closing brace as it is not necessary
as per the Linux coding-style regulations. The issue was flagged by
the checkpatch script.

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