staging: wilc1000: fixes missing a blank line after declarations
authorLeo Kim <leo.kim@atmel.com>
Thu, 5 Nov 2015 05:36:32 +0000 (14:36 +0900)
committerGreg 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

index 003165d57cfbcadcd9836de17d73805642ddf24b..c529a157235513ac3f61af54a8bf18c372ed27fe 100644 (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");
This page took 0.025508 seconds and 5 git commands to generate.