[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170522211133.GA2631@lkp-wsx02>
Date: Tue, 23 May 2017 05:11:33 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: kbuild-all@...org, Ulf Hansson <ulf.hansson@...aro.org>,
Adrian Hunter <adrian.hunter@...el.com>,
Shawn Lin <shawn.lin@...k-chips.com>,
Jens Axboe <axboe@...nel.dk>, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] mmc: block: fix semicolon.cocci warnings
drivers/mmc/core/block.c:1929:3-4: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Linus Walleij <linus.walleij@...aro.org>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/mmc/core/block.c
+++ b/drivers/mmc/core/block.c
@@ -1926,7 +1926,7 @@ void mmc_blk_issue_rq(struct mmc_queue *
mmc_blk_issue_rw_rq(mq, req);
card->host->context_info.is_waiting_last_req = false;
break;
- };
+ }
} else {
/* No request, flushing the pipeline with NULL */
mmc_blk_issue_rw_rq(mq, NULL);
Powered by blists - more mailing lists