Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

virtio: fix whitespace in virtio_config_ops

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>

+1 -1
+1 -1
include/linux/virtio_config.h
··· 86 86 * vdev: the virtio_device 87 87 * This sends the driver feature bits to the device: it can change 88 88 * the dev->feature bits if it wants. 89 - * Note that despite the name this can be called any number of 89 + * Note that despite the name this can be called any number of 90 90 * times. 91 91 * Returns 0 on success or error status 92 92 * @bus_name: return the bus name associated with the device (optional)