mirror of https://github.com/torvalds/linux.git
virtio: fix whitespace in virtio_config_ops
The finalize_features documentation uses a tab between words.
Use space instead.
Fixes: d16c0cd273 ("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>
This commit is contained in:
parent
361173f95a
commit
7831791e77
|
|
@ -86,7 +86,7 @@ struct virtqueue_info {
|
||||||
* vdev: the virtio_device
|
* vdev: the virtio_device
|
||||||
* This sends the driver feature bits to the device: it can change
|
* This sends the driver feature bits to the device: it can change
|
||||||
* the dev->feature bits if it wants.
|
* 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.
|
* times.
|
||||||
* Returns 0 on success or error status
|
* Returns 0 on success or error status
|
||||||
* @bus_name: return the bus name associated with the device (optional)
|
* @bus_name: return the bus name associated with the device (optional)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue