From patchwork Thu Jul 30 09:10:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Cho X-Patchwork-Id: 6900571 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 61945C05AC for ; Thu, 30 Jul 2015 09:10:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9F36A20511 for ; Thu, 30 Jul 2015 09:10:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 65098204FF for ; Thu, 30 Jul 2015 09:10:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755156AbbG3JKs (ORCPT ); Thu, 30 Jul 2015 05:10:48 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:58025 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755133AbbG3JKr (ORCPT ); Thu, 30 Jul 2015 05:10:47 -0400 Received: from tony-ThinkPad-T420.corp.atmel.com (10.161.101.13) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server id 14.3.235.1; Thu, 30 Jul 2015 11:10:40 +0200 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH V2 2/5] staging: wilc1000: remove unnecessary blank lines Date: Thu, 30 Jul 2015 18:10:11 +0900 Message-ID: <1438247414-19708-3-git-send-email-tony.cho@atmel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1438247414-19708-1-git-send-email-tony.cho@atmel.com> References: <1438247414-19708-1-git-send-email-tony.cho@atmel.com> MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch removes the following warnings reported by checkpatch.pl. - Blank lines aren't necessary after an open brace '{' - Blank lines aren't necessary before a close brace '}' Signed-off-by: Tony Cho --- V2: This patch doesn't have a difference with the first one but resent because it's rejected with the 9th patch. --- drivers/staging/wilc1000/wilc_sdio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_sdio.c b/drivers/staging/wilc1000/wilc_sdio.c index 50be2a1..42c5ad8 100644 --- a/drivers/staging/wilc1000/wilc_sdio.c +++ b/drivers/staging/wilc1000/wilc_sdio.c @@ -679,7 +679,6 @@ static void sdio_set_default_speed(void) static int sdio_read_size(uint32_t *size) { - uint32_t tmp; sdio_cmd52_t cmd; @@ -806,7 +805,6 @@ static int sdio_clear_int_ext(uint32_t val) g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed cmd52, set 0xf8 data (%d) ...\n", __LINE__); goto _fail_; } - } } else { /* see below. has_thrpt_enh2 uses register 0xf8 to clear interrupts. */ @@ -910,7 +908,6 @@ static int sdio_clear_int_ext(uint32_t val) g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed cmd52, set 0xf8 data (%d) ...\n", __LINE__); goto _fail_; } - } } else { uint32_t vmm_ctl;