Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1647398
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] mmc: block: fix semicolon.cocci warnings |
| Date | 2017-05-22 23:20 +0200 |
| Message-ID | <tK2U9-2m2-11@gated-at.bofh.it> (permalink) |
| References | <tK2U9-2m2-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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);
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] mmc: block: fix semicolon.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2017-05-22 23:20 +0200 Re: [PATCH] mmc: block: fix semicolon.cocci warnings Ulf Hansson <ulf.hansson@linaro.org> - 2017-05-23 08:40 +0200
csiph-web