virtio: fix comments, readability
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 9 Jul 2025 20:55:31 +0000 (16:55 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Aug 2025 13:11:07 +0000 (09:11 -0400)
commit89a216ed973e49d6f39a6976bcead3b631171b64
tree1a6229e43605509bd61d7e7e7a5f25a3aeb3e021
parent347e9f5043c89695b01e66b3ed111755afcf1911
virtio: fix comments, readability

Fix a couple of comments to match reality.
Initialize config_driver_disabled to be consistent with
other fields (note: the structure is already zero initialized,
so this is not a bugfix as such).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <7b74a55a5f3dc066d954472f5b68c29022f11b43.1752094439.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/virtio/virtio.c