From: Tapasweni Pathak Date: Sun, 21 Sep 2014 14:08:30 +0000 (+0530) Subject: staging: rtl8723au: core: add consistent spacing around '-' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7d364291677320d0e7d1c4807bd7b54a0649ef49;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c b/drivers/staging/rtl8723au/core/rtw_ap.c index 84e010c4dcea..5748da4ada15 100644 --- a/drivers/staging/rtl8723au/core/rtw_ap.c +++ b/drivers/staging/rtl8723au/core/rtw_ap.c @@ -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;