Commit a40b22c5 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

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: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 14b1821d
...@@ -542,6 +542,7 @@ static int linux_wlan_start_firmware(struct net_device *dev) ...@@ -542,6 +542,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
return 0; return 0;
} }
static int linux_wlan_firmware_download(struct net_device *dev) static int linux_wlan_firmware_download(struct net_device *dev)
{ {
perInterface_wlan_t *nic; perInterface_wlan_t *nic;
...@@ -880,6 +881,7 @@ static int wlan_deinit_locks(struct net_device *dev) ...@@ -880,6 +881,7 @@ static int wlan_deinit_locks(struct net_device *dev)
return 0; return 0;
} }
void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic) void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic)
{ {
PRINT_D(INIT_DBG, "Linux to Wlan services ...\n"); PRINT_D(INIT_DBG, "Linux to Wlan services ...\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment