Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1447128 > unrolled thread

[PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon

Started byLee Jones <lee.jones@linaro.org>
First post2016-07-20 11:40 +0200
Last post2016-07-20 11:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon Lee Jones <lee.jones@linaro.org> - 2016-07-20 11:40 +0200

#1447128 — [PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon

FromLee Jones <lee.jones@linaro.org>
Date2016-07-20 11:40 +0200
Subject[PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
Message-ID<rWW8W-81g-13@gated-at.bofh.it>
It should never have been there in the first place.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 drivers/rpmsg/virtio_rpmsg_bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
index fe03b2a..9823178 100644
--- a/drivers/rpmsg/virtio_rpmsg_bus.c
+++ b/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);
 
-- 
2.9.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web