From: Fengguang Wu <fengguang.wu@xxxxxxxxx> Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: ec8245f7a36f ("mhi_bus: core: Add support for MHI host interface") CC: Sujeev Dias <sdias@xxxxxxxxxxxxxx> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- url: https://github.com/0day-ci/linux/commits/Sujeev-Dias/mhi_bus-core-Add-support-for-MHI-host-interface/20180428-065959 :::::: branch date: 4 hours ago :::::: commit date: 4 hours ago mhi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/bus/mhi/core/mhi_main.c +++ b/drivers/bus/mhi/core/mhi_main.c @@ -680,7 +680,7 @@ static int parse_xfer_event(struct mhi_c kfree(buf_info->cb_buf); } } - }; + } break; } /* CC_EOT */ case MHI_EV_CC_OOB: -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html