staging: rtl8723au: core: add consistent spacing around '-'

This patch fixes checkpatch.pl error in file rtw_ap.c
ERROR: need consistent spacing around '-' (ctx:WxV)

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tapasweni Pathak 2014-09-21 19:38:30 +05:30 committed by Greg Kroah-Hartman
parent a5310dc669
commit 7d36429167
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static void update_BCNTIM(struct rtw_adapter *padapter)
premainder_ie = p+tim_ielen;
tim_ie_offset = (int)(p -pie);
tim_ie_offset = (int)(p - pie);
remainder_ielen = pnetwork_mlmeext->IELength - tim_ie_offset - tim_ielen;