]> Gentwo Git Trees - linux/.git/commitdiff
virtio: fix whitespace in virtio_config_ops
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 13 Nov 2025 09:34:34 +0000 (04:34 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 27 Nov 2025 07:03:05 +0000 (02:03 -0500)
The finalize_features documentation uses a tab between words.
Use space instead.

Fixes: d16c0cd27331 ("docs: driver-api: virtio: virtio on Linux")
Message-Id: <39d7685c82848dc6a876d175e33a1407f6ab3fc1.1763026134.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/virtio_config.h

index 1ea5baa62141fa32340d1e93bf65df97ae6bbb33..dbc7eff1f101f7ca46655e67a5e02eba6078ada7 100644 (file)
@@ -86,7 +86,7 @@ struct virtqueue_info {
  *     vdev: the virtio_device
  *     This sends the driver feature bits to the device: it can change
  *     the dev->feature bits if it wants.
- *     Note that despite the name this can be called any number of
+ *     Note that despite the name this can be called any number of
  *     times.
  *     Returns 0 on success or error status
  * @bus_name: return the bus name associated with the device (optional)