Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:40560 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752179AbcA2Gyv (ORCPT ); Fri, 29 Jan 2016 01:54:51 -0500 From: Leo Kim To: CC: , , , , , , , , , Chris Park Subject: [PATCH 5/6] staging: wilc1000: remove warnings missing a blank line after declarations Date: Fri, 29 Jan 2016 15:51:37 +0900 Message-ID: <1454050298-25815-5-git-send-email-leo.kim@atmel.com> (sfid-20160129_075454_042280_E1B3F3DB) In-Reply-To: <1454050298-25815-1-git-send-email-leo.kim@atmel.com> References: <1454050298-25815-1-git-send-email-leo.kim@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 63b7492..8024cc2 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