]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
virtio: standardize Returns documentation style
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 13 Nov 2025 09:34:41 +0000 (04:34 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:03:23 +0000 (14:03 +0100)
commit5fdd8443c0a4c4f03cfdbdb9255a43c5a1cb280d
tree48ffc7584708461b5feb1bcb8e30df25565fe51c
parented4dade6223d590e2d3b52a1b35f8e930738e165
virtio: standardize Returns documentation style

[ Upstream commit 5e88a5a97d113619b674ebfdd1d2065f2edd10eb ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/virtio_config.h