From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:48146 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755257AbbG1Itn (ORCPT ); Tue, 28 Jul 2015 04:49:43 -0400 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH 15/21] staging: wilc1000: remove warnings on missing blank line Date: Tue, 28 Jul 2015 17:47:34 +0900 Message-ID: <1438073261-28315-16-git-send-email-tony.cho@atmel.com> (sfid-20150728_104950_782422_D5669DFC) In-Reply-To: <1438073261-28315-1-git-send-email-tony.cho@atmel.com> References: <1438073261-28315-1-git-send-email-tony.cho@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: This patch removes the warnings reported by checkpatch.pl on missing a blank line after declarations. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/wilc_sdio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/wilc1000/wilc_sdio.c b/drivers/staging/wilc1000/wilc_sdio.c index 5e7e3f0..296203a 100644 --- a/drivers/staging/wilc1000/wilc_sdio.c +++ b/drivers/staging/wilc1000/wilc_sdio.c @@ -782,6 +782,7 @@ static int sdio_clear_int_ext(uint32_t val) if (g_sdio.has_thrpt_enh3) { uint32_t reg; + reg = val & ((1 << MAX_NUN_INT_THRPT_ENH2) - 1); /* select VMM table 0 */ -- 1.9.1