vfio: correct kdoc for ops structures
authorSimon Horman <horms@kernel.org>
Wed, 29 Mar 2023 12:06:03 +0000 (14:06 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 14 Apr 2023 20:03:07 +0000 (14:03 -0600)
commit38e4614c27210e63aafad1bb2e4a427515e46d71
treeeb8420d56532991c3bebb1cb43f10674c848f022
parent6467d0740a2b2a1fc18b5d9dbc86a9705dbc2cf9
vfio: correct kdoc for ops structures

Address minor omissions from kdoc for ops structures flagged by check-kdoc:

  ./scripts/kernel-doc -Werror -none include/linux/vfio.h

  include/linux/vfio.h:114: warning: Function parameter or member 'name' not described in 'vfio_device_ops'
  include/linux/vfio.h:143: warning: Cannot understand  * @migration_set_state: Optional callback to change the migration state for
   on line 143 - I thought it was a doc line
  include/linux/vfio.h:168: warning: Cannot understand  * @log_start: Optional callback to ask the device start DMA logging.
   on line 168 - I thought it was a doc line

Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230329120603.468031-1-horms@kernel.org
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
include/linux/vfio.h