From c22177dbab6212731ecced921b8055388e7ad05d Mon Sep 17 00:00:00 2001 From: Eva Rachel Retuya Date: Tue, 16 Feb 2016 16:24:44 +0800 Subject: [PATCH] staging: wilc1000: remove trailing whitespace Remove unnecessary whitespaces as pointed out by checkpatch: ERROR: trailing whitespace Signed-off-by: Eva Rachel Retuya Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/linux_mon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index d1eedfb5e405..04337c7f8e8b 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -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; } diff --git a/drivers/staging/wilc1000/linux_mon.c b/drivers/staging/wilc1000/linux_mon.c index 21f35d7bdd82..9fcb497bd768 100644 --- a/drivers/staging/wilc1000/linux_mon.c +++ b/drivers/staging/wilc1000/linux_mon.c @@ -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)); -- 2.39.2