Browse Source

rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon

It should never have been there in the first place.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Lee Jones 9 years ago
parent
commit
6c49fbe369
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/rpmsg/virtio_rpmsg_bus.c

+ 1 - 1
drivers/rpmsg/virtio_rpmsg_bus.c

@@ -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);