projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b1821
)
staging: wilc1000: fixes missing a blank line after declarations
author
Leo Kim
<leo.kim@atmel.com>
Thu, 5 Nov 2015 05:36:32 +0000
(14:36 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000
(20:02 -0800)
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>
drivers/staging/wilc1000/linux_wlan.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/linux_wlan.c
b/drivers/staging/wilc1000/linux_wlan.c
index 003165d57cfbcadcd9836de17d73805642ddf24b..c529a157235513ac3f61af54a8bf18c372ed27fe 100644
(file)
--- a/
drivers/staging/wilc1000/linux_wlan.c
+++ b/
drivers/staging/wilc1000/linux_wlan.c
@@
-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");