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:
Leo Kim 2015-11-05 14:36:32 +09:00 committed by Greg Kroah-Hartman
parent 14b1821dd2
commit a40b22c544

View file

@ -542,6 +542,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
return 0;
}
static int linux_wlan_firmware_download(struct net_device *dev)
{
perInterface_wlan_t *nic;
@ -880,6 +881,7 @@ static int wlan_deinit_locks(struct net_device *dev)
return 0;
}
void linux_to_wlan(wilc_wlan_inp_t *nwi, struct wilc *nic)
{
PRINT_D(INIT_DBG, "Linux to Wlan services ...\n");