Skip to content

Commit 8d38c40

Browse files
hcschmkroening
andauthored
Clean up description of DEFLATE_ON_OOM feature
Co-authored-by: Martin Kröning <[email protected]>
1 parent 87db50e commit 8d38c40

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/features.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,13 @@ pub mod balloon {
539539
#[doc(alias = "VIRTIO_BALLOON_F_STATS_VQ")]
540540
const STATS_VQ = 1 << 1;
541541

542-
/// Deflate of the balloon is always? permitted on guest out of memory condition.
542+
/// Deflate balloon on guest out of memory condition.
543543
///
544-
/// TODO: Spec is a bit confusing on this feature, see <https://github.com/oasis-tcs/virtio-spec/issues/228>
544+
/// <div class="warning">
545+
///
546+
/// The specification is a bit confusing on this feature, see [oasis-tcs/virtio-spec#228](https://github.com/oasis-tcs/virtio-spec/issues/228).
547+
///
548+
/// </div>
545549
#[doc(alias = "VIRTIO_BALLOON_F_DEFLATE_ON_OOM")]
546550
const DEFLATE_ON_OOM = 1 << 2;
547551

0 commit comments

Comments
 (0)