diff options
author | Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> | 2022-09-26 17:03:27 +0300 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-03 15:18:54 +0300 |
commit | 2b09c69cc896841c7828408083f6cb443fef8612 (patch) | |
tree | 0fc020fb6059654d5e0f74acc4cf6c4336889ceb /virtio_rng.h | |
parent | 346f9c0f4a72945795b2bf203d2294ff00f25148 (diff) |
Virtio-loopback-adapter Alpha release update:
- Format code style and remove unnecessary comments
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
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; |