OSDN Git Service

staging: rtl8192e: Remove a not necessary blank line before a close brace '}'
authorGabriela Bittencourt <gabrielabittencourt00@gmail.com>
Tue, 9 Apr 2019 20:16:11 +0000 (17:16 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 11:32:18 +0000 (13:32 +0200)
Fix a coding style issue.

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c

index 5d2f86a..5215a0b 100644 (file)
@@ -1619,5 +1619,4 @@ void rtl92e_scan_op_backup(struct net_device *dev, u8 Operation)
                        break;
                }
        }
-
 }