mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: remove incorrect comment
This device is not called virtio-vhost-user; that's something else.
I don't think the comment really clarifies anything anyway, so just
remove it.
Fixes: 8c618ff5e ("virtio-devices: generic-vhost-user: implement device")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
committed by
Rob Bradford
parent
f1875668e0
commit
1539b195d1
@@ -121,7 +121,7 @@ since the backend only supports {backend_num_queues}\n",
|
||||
);
|
||||
return Err(Error::BadQueueNum);
|
||||
}
|
||||
// Create virtio-vhost-user device configuration.
|
||||
|
||||
(
|
||||
acked_features,
|
||||
// If part of the available features that have been acked, the
|
||||
|
||||
Reference in New Issue
Block a user