From: Chaehyun Lim Date: Sun, 20 Sep 2015 06:51:12 +0000 (+0900) Subject: staging: wilc1000: remove blank line before a close brace '{' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1058cc32d13b9958f23b6a82271413ad0f11b680;p=deliverable%2Flinux.git staging: wilc1000: remove blank line before a close brace '{' 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 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 8107420e2cc6..fbe86439652b 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -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); - }