aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-08-13 12:36:14 +0200
committerNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>2021-09-06 14:12:12 +0900
commit3a2cd30de50ffdbcc6cd1a4d2f3b47fc28ed42ec (patch)
tree31f553e57a3c869b8ccf4042a3686ddf2d6dc5c2
parent443d2d82f9a2147eaec1fd77ecbb046b77b4c2fc (diff)
downloadlinux-stable-linux-5.10.y.tar.gz
driver core: Add missing kernel doc for device::msi_locklinux-5.10.y
commit 7a3dc4f35bf8e1a07e5c3f8ecc8ac923f48493fe upstream. 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> [iwamatsu: adjust context] Signed-off-by: Nobuhiro Iwamatsu (CIP) <nobuhiro1.iwamatsu@toshiba.co.jp>
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 5dc0f81e4f9d41..58b646485f11db 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -404,6 +404,7 @@ struct dev_links_info {
* @em_pd: device's energy model performance domain
* @pins: For device pin management.
* See Documentation/driver-api/pinctl.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.