virtio: Add missing documentation for structure fields
authorSimon Horman <horms@kernel.org>
Thu, 25 May 2023 14:35:42 +0000 (16:35 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 27 Jun 2023 14:47:09 +0000 (10:47 -0400)
commit33bd91fd24367ad664de6c05d0e0206d0b149767
treefd86877149a5578a24633ae40297d757e63b1a2b
parent9a8864d2a8dc5c49acd66284fd382871d99b5db8
virtio: Add missing documentation for structure fields

Add missing documentation for the vqs_list_lock field of struct virtio_device,
and the validate field of struct virtio_driver.

./scripts/kernel-doc says:

 .../virtio.h:131: warning: Function parameter or member 'vqs_list_lock' not described in 'virtio_device'
 .../virtio.h:192: warning: Function parameter or member 'validate' not described in 'virtio_driver'
 2 warnings as Errors

No functional changes intended.

Signed-off-by: Simon Horman <horms@kernel.org>
Message-Id: <20230510-virtio-kdoc-v3-1-e2681ed7a425@kernel.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
include/linux/virtio.h