]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8188eu: remove blank line between declarations
authorMichael Straube <straube.linux@gmail.com>
Thu, 21 Feb 2019 11:50:54 +0000 (12:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:52:46 +0000 (11:52 +0100)
Remove unnecessary blank line between declarations.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c

index 8d96227b85f693ee14272993bb471da484bad808..dcc2445a8988c96ce4977a7d90a88d68b002f12e 100644 (file)
@@ -118,7 +118,6 @@ exit:
 void rtw_hal_add_ra_tid(struct adapter *pAdapter, u32 bitmap, u8 arg, u8 rssi_level)
 {
        struct odm_dm_struct *odmpriv = &pAdapter->HalData->odmpriv;
-
        u8 macid, init_rate, raid, shortGIrate = false;
 
        macid = arg&0x1f;