[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161118133419.GA4346@rahul>
Date: Fri, 18 Nov 2016 19:04:20 +0530
From: Rahul Krishnan <mrahul.krishnan@...il.com>
To: rmfrfs@...il.com
Cc: elder@...nel.org, johan@...nel.org, gregkh@...uxfoundation.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCHv2]: staging: Greybus: Remove unnecessary braces for single
statement block
This patch fixes the following checkpath.pl warning
WARNING: braces {} are not necessary for single statement blocks
Fixed indentation error, noted by Dan Carpenter
Signed-off-by: Rahul Krishnan <mrahul.krishnan@...il.com>
---
drivers/staging/greybus/sdio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/sdio.c b/drivers/staging/greybus/sdio.c
index f60b458..66b37ea 100644
--- a/drivers/staging/greybus/sdio.c
+++ b/drivers/staging/greybus/sdio.c
@@ -192,7 +192,7 @@ static int _gb_sdio_process_events(struct gb_sdio_host *host, u8 event)
}
if (event & GB_SDIO_WP)
- host->read_only = true;
+ host->read_only = true;
if (state_changed) {
dev_info(mmc_dev(host->mmc), "card %s now event\n",
--
2.10.2
Powered by blists - more mailing lists