aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorPrashanth Kumar KR <prashanthkr8@gmail.com>2019-02-27 21:28:18 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-28 08:45:28 +0100
commitcfd7794115231bdaa15d58ce22683e421ee664f8 (patch)
tree994341f9e091a7c38fc678676f6164a95665c61d /drivers/staging
parentstaging: wilc1000: fix incorrent type in initializer (diff)
downloadlinux-dev-cfd7794115231bdaa15d58ce22683e421ee664f8.tar.xz
linux-dev-cfd7794115231bdaa15d58ce22683e421ee664f8.zip
staging: rtl8712: Fix indentation issue
Fix indentation warning reported by checkpatch Signed-off-by: Prashanth Kumar KR <prashanthkr8@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8712/rtl871x_recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_recv.c b/drivers/staging/rtl8712/rtl871x_recv.c
index 0271ccf25f25..28f736913292 100644
--- a/drivers/staging/rtl8712/rtl871x_recv.c
+++ b/drivers/staging/rtl8712/rtl871x_recv.c
@@ -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) &&