Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rafael J. Wysocki and committed by
Greg Kroah-Hartman
a7013ba5 36003d4c

+1
+1
include/linux/device.h
··· 848 848 * @rpm_active: Whether or not the consumer device is runtime-PM-active. 849 849 * @kref: Count repeated addition of the same link. 850 850 * @rcu_head: An RCU head to use for deferred execution of SRCU callbacks. 851 + * @supplier_preactivated: Supplier has been made active before consumer probe. 851 852 */ 852 853 struct device_link { 853 854 struct device *supplier;