staging: rtl8712: Fix indentation issue
authorPrashanth Kumar KR <prashanthkr8@gmail.com>
Wed, 27 Feb 2019 15:58:18 +0000 (21:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2019 07:45:28 +0000 (08:45 +0100)
Fix indentation warning reported by checkpatch

Signed-off-by: Prashanth Kumar KR <prashanthkr8@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_recv.c

index 0271ccf25f2525ff4709c53f4c468d8fdd29a54c..28f736913292ed0f1c391aedefe2ed7e314260dc 100644 (file)
@@ -404,7 +404,7 @@ static sint ap2sta_data_frame(struct _adapter *adapter,
                if (bmcast)
                        *psta = r8712_get_bcmc_stainfo(adapter);
                else
-                      *psta = r8712_get_stainfo(pstapriv, pattrib->bssid);
+                       *psta = r8712_get_stainfo(pstapriv, pattrib->bssid);
                if (*psta == NULL)
                        return _FAIL;
        } else if (check_fwstate(pmlmepriv, WIFI_MP_STATE) &&