]> Gentwo Git Trees - linux/.git/commit
virtio: standardize Returns documentation style
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 13 Nov 2025 09:34:41 +0000 (04:34 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 27 Nov 2025 07:03:06 +0000 (02:03 -0500)
commit5e88a5a97d113619b674ebfdd1d2065f2edd10eb
tree6e41b2bb7eb66c23ff451dac7865994e0fa048d9
parentc15f42e09178d2849744ccf064200f5e7f71e688
virtio: standardize Returns documentation style

Remove colons after "Returns" in virtio_map_ops function
documentation - both to avoid triggering an htmldoc warning
and for consistency with virtio_config_ops.

This affects map_page, alloc, need_sync, and max_mapping_size.

Fixes: bee8c7c24b73 ("virtio: introduce map ops in virtio core")
Message-Id: <c262893fa21f4b1265147ef864574a9bd173348f.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