From: Thomas Gleixner Date: Fri, 13 Aug 2021 10:36:14 +0000 (+0200) Subject: driver core: Add missing kernel doc for device::msi_lock X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a3dc4f35bf8e1a07e5c3f8ecc8ac923f48493fe;p=linux.git driver core: Add missing kernel doc for device::msi_lock Fixes: 77e89afc25f3 ("PCI/MSI: Protect msi_desc::masked for multi-MSI") Reported-by: Stephen Rothwell Signed-off-by: Thomas Gleixner --- diff --git a/include/linux/device.h b/include/linux/device.h index e53aa5065f581..65d84b67b024a 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -407,6 +407,7 @@ struct dev_links_info { * @em_pd: device's energy model performance domain * @pins: For device pin management. * See Documentation/driver-api/pin-control.rst for details. + * @msi_lock: Lock to protect MSI mask cache and mask register * @msi_list: Hosts MSI descriptors * @msi_domain: The generic MSI domain this device is using. * @numa_node: NUMA node this device is close to.