diff --git a/virtio-gpud/src/scheme.rs b/virtio-gpud/src/scheme.rs index fea65b1bf7..2dd680fd48 100644 --- a/virtio-gpud/src/scheme.rs +++ b/virtio-gpud/src/scheme.rs @@ -15,7 +15,7 @@ use virtio_core::{ use crate::*; -static RESOURCE_ALLOC: AtomicU32 = AtomicU32::new(1); +static RESOURCE_ALLOC: AtomicU32 = AtomicU32::new(1); // XXX: 0 is reserved for whatever that takes `resource_id`. pub struct Display<'a> { control_queue: Arc>,