summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorKeerthi Reddy <keerthigd4990@gmail.com>2017-09-24 00:28:12 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-29 15:22:51 +0200
commit7c35d3809b134200bc603f8e17c319560e18c00d (patch)
tree21b7ccd393bc9d1e402485f58a08e9b98f9d9947 /drivers/staging/wilc1000
parente4c3f3ab8e59478b3015bd9b92d4bd2f58d09f58 (diff)
staging: wilc1000: Blank lines aren't necessary before a close brace '}'
Before closing the brace, the blank line is not needed. That blank line has not meaning here. so remove it. Signed-off-by: Keerthi Reddy <keerthigd4990@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index 36dc2a074e2a..e7882b24a338 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -1111,7 +1111,6 @@ static int del_key(struct wiphy *wiphy, struct net_device *netdev,
g_key_gtk_params.key = NULL;
kfree(g_key_gtk_params.seq);
g_key_gtk_params.seq = NULL;
-
}
if (key_index >= 0 && key_index <= 3) {