mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 05:39:42 +07:00
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 <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
48b28df99c
commit
fa8b23c6f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user