From 1539b195d12c23d93ddd9f8ed4c347da14745a8b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 16 Mar 2026 17:44:25 +0100 Subject: [PATCH] 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 --- virtio-devices/src/vhost_user/generic_vhost_user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtio-devices/src/vhost_user/generic_vhost_user.rs b/virtio-devices/src/vhost_user/generic_vhost_user.rs index b8af44d75..b90c6c079 100644 --- a/virtio-devices/src/vhost_user/generic_vhost_user.rs +++ b/virtio-devices/src/vhost_user/generic_vhost_user.rs @@ -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