* [PATCH] mmc: block: fix semicolon.cocci warnings [not found] <201705230526.I7igp0ds%fengguang.wu@intel.com> @ 2017-05-22 21:11 ` kbuild test robot 2017-05-23 6:34 ` Ulf Hansson 0 siblings, 1 reply; 2+ messages in thread From: kbuild test robot @ 2017-05-22 21:11 UTC (permalink / raw) To: Linus Walleij Cc: kbuild-all, Ulf Hansson, Adrian Hunter, Shawn Lin, Jens Axboe, linux-mmc, linux-kernel 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@linaro.org> Signed-off-by: Fengguang Wu <fengguang.wu@intel.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); ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mmc: block: fix semicolon.cocci warnings 2017-05-22 21:11 ` [PATCH] mmc: block: fix semicolon.cocci warnings kbuild test robot @ 2017-05-23 6:34 ` Ulf Hansson 0 siblings, 0 replies; 2+ messages in thread From: Ulf Hansson @ 2017-05-23 6:34 UTC (permalink / raw) To: kbuild test robot Cc: Linus Walleij, kbuild-all@01.org, Adrian Hunter, Shawn Lin, Jens Axboe, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org On 22 May 2017 at 23:11, kbuild test robot <fengguang.wu@intel.com> wrote: > 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@linaro.org> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Thanks, applied for next! Kind regards Uffe > --- > > 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); ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-23 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201705230526.I7igp0ds%fengguang.wu@intel.com>
2017-05-22 21:11 ` [PATCH] mmc: block: fix semicolon.cocci warnings kbuild test robot
2017-05-23 6:34 ` Ulf Hansson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox