Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:10503 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753213AbcBDJ1U (ORCPT ); Thu, 4 Feb 2016 04:27:20 -0500 From: Glen Lee To: CC: , , , , , , , , , Chris Park Subject: [PATCH RESEND 36/70] staging: wilc1000: remove warnings missing a blank line after declarations Date: Thu, 4 Feb 2016 18:15:53 +0900 Message-ID: <1454577387-509-37-git-send-email-glen.lee@atmel.com> (sfid-20160204_102729_216088_08BE67E8) In-Reply-To: <1454577387-509-1-git-send-email-glen.lee@atmel.com> References: <1454577387-509-1-git-send-email-glen.lee@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Chris Park This patch remove warnings reported by checkpatch.pl for missing a blank line after declarations Signed-off-by: Chris Park Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c index e2c84db..dc26322 100644 --- a/drivers/staging/wilc1000/wilc_wlan.c +++ b/drivers/staging/wilc1000/wilc_wlan.c @@ -1143,6 +1143,7 @@ int wilc_wlan_stop(struct wilc *wilc) u32 reg = 0; int ret; u8 timeout = 10; + acquire_bus(wilc, ACQUIRE_AND_WAKEUP); ret = wilc->hif_func->hif_read_reg(wilc, WILC_GLB_RESET_0, ®); -- 1.9.1