]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wilc1000: Blank lines aren't necessary before a close brace '}'
authorKeerthi Reddy <keerthigd4990@gmail.com>
Sat, 23 Sep 2017 18:58:12 +0000 (00:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:22:51 +0000 (15:22 +0200)
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>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index 36dc2a074e2a8fe08bfb2efc90daac85373fc00d..e7882b24a338a9e0443796f94a1acb8446699866 100644 (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) {