forked from Minki/linux
staging: wilc1000: Add blank line after variable declarations.
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>
This commit is contained in:
parent
1042635172
commit
855d198826
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user