]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: remove blank line before a close brace '{'
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 20 Sep 2015 06:51:12 +0000 (15:51 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:02:11 +0000 (19:02 -0700)
This patch removes blank line before a close brace '{' found by checkpatch.pl
CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index 8107420e2cc6896b7b1ed9eb4fd262d55a593bb3..fbe86439652b5f95ec371a5556e7e3f67c73984e 100644 (file)
@@ -3713,5 +3713,4 @@ void wilc_free_wiphy(struct net_device *net)
        PRINT_D(INIT_DBG, "Freeing wiphy\n");
        wiphy_free(net->ieee80211_ptr->wiphy);
        kfree(net->ieee80211_ptr);
-
 }