From: Prashanth Kumar KR Date: Wed, 27 Feb 2019 15:58:18 +0000 (+0530) Subject: staging: rtl8712: Fix indentation issue X-Git-Tag: microblaze-v5.4-rc1~1240^2~13 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=cfd7794115231bdaa15d58ce22683e421ee664f8;p=linux-2.6-microblaze.git staging: rtl8712: Fix indentation issue Fix indentation warning reported by checkpatch Signed-off-by: Prashanth Kumar KR Signed-off-by: Greg Kroah-Hartman --- 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) &&