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>
This commit is contained in:
Keerthi Reddy 2017-09-24 00:28:12 +05:30 committed by Greg Kroah-Hartman
parent e4c3f3ab8e
commit 7c35d3809b
1 changed files with 0 additions and 1 deletions

View File

@ -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) {