]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
staging: rtl8723bs: remove extra indent
authorBryan Brattlof <hello@bryanbrattlof.com>
Wed, 7 Apr 2021 20:19:37 +0000 (20:19 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Apr 2021 07:27:59 +0000 (09:27 +0200)
There is an extra tab in the conditional statement. This removes it.

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/20210407201842.80074-1-hello@bryanbrattlof.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c

index 10589d52bba960b198907cf1cb8543b6ae8084d6..4a9bd4825fab93c006ad8e716cd91249a0e89c65 100644 (file)
@@ -1008,7 +1008,7 @@ int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf,  int len)
                }
 
                if ((p == NULL) || (ie_len == 0))
-                               break;
+                       break;
        }
 
        /* wmm */