staging: wilc1000: wilc_wfi_netdevice.c: move statement after declarations
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 22 Jun 2015 04:08:15 +0000 (13:08 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jul 2015 02:23:37 +0000 (19:23 -0700)
Fix checkpatch warning found by checkpatch.pl
WARNING: Missing a blank line after declarations

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_netdevice.c

index 31a796b..170ca65 100644 (file)
@@ -886,9 +886,10 @@ int WILC_WFI_InitModule(void)
        int result, i, ret = -ENOMEM;
        struct WILC_WFI_priv *priv[2], *netpriv;
        struct wireless_dev *wdev;
-       WILC_WFI_Interrupt = use_napi ? WILC_WFI_NapiInterrupt : WILC_WFI_RegularInterrupt;
        char buf[IFNAMSIZ];
 
+       WILC_WFI_Interrupt = use_napi ? WILC_WFI_NapiInterrupt : WILC_WFI_RegularInterrupt;
+
        for (i = 0; i < 2; i++) {
 
                /* Allocate the net devices */