Commit c15f42e0 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

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: bee8c7c2 ("virtio: introduce map ops in virtio core")
Message-Id: <3f7bcae5a984f14b72e67e82572b110acb06fa7e.1763026134.git.mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 63598fba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -141,8 +141,8 @@ struct virtio_config_ops {

/**
 * struct virtio_map_ops - operations for mapping buffer for a virtio device
 * Note: For transport that has its own mapping logic it must
 * implements all of the operations
 * Note: For a transport that has its own mapping logic it must
 * implement all of the operations
 * @map_page: map a buffer to the device
 *      map: metadata for performing mapping
 *      page: the page that will be mapped by the device