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 grammar in virtio_map_ops docs

Fix grammar issues in the virtio_map_ops docs:
- missing article before "transport"
- "implements" -> "implement" to match subject

Fixes: bee8c7c24b73 ("virtio: introduce map ops in virtio core")
Message-Id: <3f7bcae5a984f14b72e67e82572b110acb06fa7e.1763026134.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+2 -2
+2 -2
include/linux/virtio_config.h
··· 141 141 142 142 /** 143 143 * struct virtio_map_ops - operations for mapping buffer for a virtio device 144 - * Note: For transport that has its own mapping logic it must 145 - * implements all of the operations 144 + * Note: For a transport that has its own mapping logic it must 145 + * implement all of the operations 146 146 * @map_page: map a buffer to the device 147 147 * map: metadata for performing mapping 148 148 * page: the page that will be mapped by the device