From: Leo Kim Date: Thu, 4 Feb 2016 09:15:33 +0000 (+0900) Subject: staging: wilc1000: fixes missing a blank line after declarations X-Git-Tag: next-20160210~18^2~292 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fa8b23c6f25dae2b83882feb1aadceece69d9cdf;p=karo-tx-linux.git staging: wilc1000: fixes missing a blank line after declarations This patch fixes the warnings reported by checkpatch.pl for Missing a blank line after declarations. Signed-off-by: Leo Kim Signed-off-by: Glen Lee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index 06c79dd0bdd8..5992478015a2 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -853,6 +853,7 @@ static void wlan_deinitialize_threads(struct net_device *dev) { struct wilc_vif *vif; struct wilc *wl; + vif = netdev_priv(dev); wl = vif->wilc; @@ -1472,6 +1473,7 @@ int wilc_netdev_init(struct wilc **wilc, struct device *dev, int io_type, { struct wireless_dev *wdev; + wdev = wilc_create_wiphy(ndev, dev); if (dev)