]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: rtl8188eu: remove blank lines
authorMichael Straube <straube.linux@gmail.com>
Tue, 15 Oct 2019 15:45:35 +0000 (17:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Oct 2019 16:45:11 +0000 (18:45 +0200)
Remove blank lines to reduce whitespace and improve readability.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20191015154535.27979-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_wlan_util.c

index 1e261ff8f0a05386d301809781cf1ee4c5568d25..af8a79ce87360ddb7fa76c65c77ae8f0df3b6fc1 100644 (file)
@@ -749,11 +749,9 @@ void HTOnAssocRsp(struct adapter *padapter)
         * AMPDU_para [4:2]:Min MPDU Start Spacing
         */
        max_ampdu_len = pmlmeinfo->HT_caps.ampdu_params_info & 0x03;
-
        min_mpdu_spacing = (pmlmeinfo->HT_caps.ampdu_params_info & 0x1c) >> 2;
 
        rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_MIN_SPACE, &min_mpdu_spacing);
-
        rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, &max_ampdu_len);
 }