mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00: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
14b1821dd2
commit
a40b22c544
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue