From: Keerthi Reddy Date: Sat, 23 Sep 2017 18:58:12 +0000 (+0530) Subject: staging: wilc1000: Blank lines aren't necessary before a close brace '}' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7c35d3809b134200bc603f8e17c319560e18c00d;p=openwrt%2Fstaging%2Fblogic.git 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 Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- 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) {