From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] mmc: block: fix semicolon.cocci warnings Date: Tue, 23 May 2017 05:11:33 +0800 Message-ID: <20170522211133.GA2631@lkp-wsx02> References: <201705230526.I7igp0ds%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <201705230526.I7igp0ds%fengguang.wu@intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Linus Walleij Cc: kbuild-all@01.org, Ulf Hansson , Adrian Hunter , Shawn Lin , Jens Axboe , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-mmc@vger.kernel.org drivers/mmc/core/block.c:1929:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Linus Walleij Signed-off-by: Fengguang Wu --- 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);