]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: remove trailing whitespace
authorEva Rachel Retuya <eraretuya@gmail.com>
Tue, 16 Feb 2016 08:24:44 +0000 (16:24 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 00:53:56 +0000 (16:53 -0800)
Remove unnecessary whitespaces as pointed out by checkpatch:

ERROR: trailing whitespace

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/linux_mon.c

index d1eedfb5e405c2116487252e511a5ff0716e775b..04337c7f8e8bd4bb5f4a4975c3923315cd62add9 100644 (file)
@@ -3352,7 +3352,7 @@ static s32 host_int_get_assoc_res_info(struct wilc_vif *vif,
                PRINT_ER("Failed to send association response config packet\n");
                return -EINVAL;
        }
-       
+
        *pu32RcvdAssocRespInfoLen = wid.size;
        return result;
 }
index 21f35d7bdd8208ad642df6993a281551658a5ce3..9fcb497bd768fed9ac18d167298578f4f95bb25e 100644 (file)
@@ -302,7 +302,7 @@ struct net_device *WILC_WFI_init_mon_interface(const char *name, struct net_devi
        struct WILC_WFI_mon_priv *priv;
 
        /*If monitor interface is already initialized, return it*/
-       if (wilc_wfi_mon) 
+       if (wilc_wfi_mon)
                return wilc_wfi_mon;
 
        wilc_wfi_mon = alloc_etherdev(sizeof(struct WILC_WFI_mon_priv));