staging: wilc1000: remove blank line after an open brace '{'
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 20 Sep 2015 06:51:11 +0000 (15:51 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:02:10 +0000 (19:02 -0700)
This patch removes blank line after an open brace '{' found by checkpatch.pl.
CHECK: Blank lines aren't necessary after an open 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 af11af3f7ac2edcc01a4588adebac9de82d2353c..8107420e2cc6896b7b1ed9eb4fd262d55a593bb3 100644 (file)
@@ -3691,7 +3691,6 @@ int WILC_WFI_DeInitHostInt(struct net_device *net)
  */
 void wilc_free_wiphy(struct net_device *net)
 {
-
        PRINT_D(CFG80211_DBG, "Unregistering wiphy\n");
 
        if (!net) {
This page took 0.026558 seconds and 5 git commands to generate.