From 2b09c69cc896841c7828408083f6cb443fef8612 Mon Sep 17 00:00:00 2001 From: Timos Ampelikiotis Date: Mon, 26 Sep 2022 17:03:27 +0300 Subject: Virtio-loopback-adapter Alpha release update: - Format code style and remove unnecessary comments Signed-off-by: Timos Ampelikiotis --- virtio_rng.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'virtio_rng.h') diff --git a/virtio_rng.h b/virtio_rng.h index 042f0fd..812ddb4 100644 --- a/virtio_rng.h +++ b/virtio_rng.h @@ -39,7 +39,8 @@ typedef struct VirtIORNG { VirtIORNGConf conf; RngBackend *rng; - /* We purposefully don't migrate this state. The quota will reset on the + /* + * We purposefully don't migrate this state. The quota will reset on the * destination as a result. Rate limiting is host state, not guest state. */ int64_t quota_remaining; -- cgit 1.2.3-korg