Skip to content

Commit 7a3dc4f

Browse files
committed
driver core: Add missing kernel doc for device::msi_lock
Fixes: 77e89af ("PCI/MSI: Protect msi_desc::masked for multi-MSI") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
1 parent dbbc935 commit 7a3dc4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/device.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ struct dev_links_info {
407407
* @em_pd: device's energy model performance domain
408408
* @pins: For device pin management.
409409
* See Documentation/driver-api/pin-control.rst for details.
410+
* @msi_lock: Lock to protect MSI mask cache and mask register
410411
* @msi_list: Hosts MSI descriptors
411412
* @msi_domain: The generic MSI domain this device is using.
412413
* @numa_node: NUMA node this device is close to.

0 commit comments

Comments
 (0)