driver core: Add missing kernel doc for device::msi_lock
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Aug 2021 10:36:14 +0000 (12:36 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Aug 2021 10:38:48 +0000 (12:38 +0200)
Fixes: 77e89afc25f3 ("PCI/MSI: Protect msi_desc::masked for multi-MSI")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/device.h

index e53aa50..65d84b6 100644 (file)
@@ -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.