diff options
Diffstat (limited to 'virtio_rng.h')
-rw-r--r-- | virtio_rng.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |