提交 6c49fbe3 编写于 作者: L Lee Jones 提交者: Bjorn Andersson

rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon

It should never have been there in the first place.
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 c8ced113
......@@ -865,7 +865,7 @@ static void rpmsg_recv_done(struct virtqueue *rvq)
msgs_received++;
msg = virtqueue_get_buf(rvq, &len);
};
}
dev_dbg(dev, "Received %u messages\n", msgs_received);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册