Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1058cc32 authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

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: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 855a771d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);

}