mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04: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:
committed by
Greg Kroah-Hartman
parent
14b1821dd2
commit
a40b22c544
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user