summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorRafael J. Wysocki2019-02-21 12:28:05 +0100
committerGreg Kroah-Hartman2019-02-21 13:17:40 +0100
commita7013ba5a9302cbded1c45ab48003c6346584a4d (patch)
tree8871361f34dc1c291d5c030189dca8845a937f9a /include/linux/device.h
parentdriver core: Fix PM-runtime for links added during consumer probe (diff)
downloadkernel-qcow2-linux-a7013ba5a9302cbded1c45ab48003c6346584a4d.tar.gz
kernel-qcow2-linux-a7013ba5a9302cbded1c45ab48003c6346584a4d.tar.xz
kernel-qcow2-linux-a7013ba5a9302cbded1c45ab48003c6346584a4d.zip
driver core: Add missing description of new struct device_link field
Commit 36003d4cf57c ("driver core: Fix PM-runtime for links added during consumer probe") forgot to add a kerneldoc decription for the new struct device_link member added by it, so do that now. Fixes: 36003d4cf57c ("driver core: Fix PM-runtime for links added during consumer probe") Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device.h')
-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 a7967a48cdc9..163b5898ac78 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -848,6 +848,7 @@ enum device_link_state {
* @rpm_active: Whether or not the consumer device is runtime-PM-active.
* @kref: Count repeated addition of the same link.
* @rcu_head: An RCU head to use for deferred execution of SRCU callbacks.
+ * @supplier_preactivated: Supplier has been made active before consumer probe.
*/
struct device_link {
struct device *supplier;