summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaehyun Lim2015-09-20 08:51:11 +0200
committerGreg Kroah-Hartman2015-09-21 04:02:10 +0200
commit855a771d59a41b37eb6848aeab5ae3c27302ae6e (patch)
treeed6d50eb106e52ec3305ce7b960dbc1ad582b0b5
parentstaging: wilc1000: fix NULL comparison style (diff)
downloadkernel-qcow2-linux-855a771d59a41b37eb6848aeab5ae3c27302ae6e.tar.gz
kernel-qcow2-linux-855a771d59a41b37eb6848aeab5ae3c27302ae6e.tar.xz
kernel-qcow2-linux-855a771d59a41b37eb6848aeab5ae3c27302ae6e.zip
staging: wilc1000: remove blank line after an open brace '{'
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>
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index af11af3f7ac2..8107420e2cc6 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -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) {