From: Eva Rachel Retuya Date: Tue, 16 Feb 2016 08:24:45 +0000 (+0800) Subject: staging: wilc1000: remove spaces around '->' X-Git-Tag: next-20160301~20^2~372 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6c2ab2398b88cf2b7fe6468351083385ceb4a779;p=karo-tx-linux.git staging: wilc1000: remove spaces around '->' Delete the space around '->' as it is prohibited and breaks the code. Checkpatch found this issue. ERROR: spaces prohibited around that '->' Signed-off-by: Eva Rachel Retuya Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c index d4705b77a5af..5649476fb8fd 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -2126,7 +2126,7 @@ static int start_ap(struct wiphy *wiphy, struct net_device *dev, priv = wiphy_priv(wiphy); vif = netdev_priv(dev); - wl = vif ->wilc; + wl = vif->wilc; PRINT_D(HOSTAPD_DBG, "Starting ap\n"); PRINT_D(HOSTAPD_DBG, "Interval = %d\n DTIM period = %d\n Head length = %zu Tail length = %zu\n",