staging: wilc1000: Add blank line after variable declarations.
authorElise Lennion <elise.lennion@gmail.com>
Fri, 7 Oct 2016 04:20:59 +0000 (01:20 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:49 +0000 (10:24 +0200)
Fix checkpath warning:

WARNING: Missing a blank line after declarations.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index 60d8b05..fca96d3 100644 (file)
@@ -1193,6 +1193,7 @@ static int get_station(struct wiphy *wiphy, struct net_device *dev,
        u32 i = 0;
        u32 associatedsta = ~0;
        u32 inactive_time = 0;
+
        priv = wiphy_priv(wiphy);
        vif = netdev_priv(dev);