Skip to content

Commit 1c30474

Browse files
rddunlapgregkh
authored andcommitted
PM: <linux/device.h>: fix @em_pd kernel-doc warning
Fix kernel-doc warning in <linux/device.h>: ../include/linux/device.h:613: warning: Function parameter or member 'em_pd' not described in 'device' Fixes: 1bc138c ("PM / EM: add support for other devices than CPUs in Energy Model") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> Link: https://lore.kernel.org/r/d97f40ad-3033-703a-c3cb-2843ce0f6371@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 07ecc66 commit 1c30474

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
@@ -454,6 +454,7 @@ struct dev_links_info {
454454
* @pm_domain: Provide callbacks that are executed during system suspend,
455455
* hibernation, system resume and during runtime PM transitions
456456
* along with subsystem-level and driver-level callbacks.
457+
* @em_pd: device's energy model performance domain
457458
* @pins: For device pin management.
458459
* See Documentation/driver-api/pinctl.rst for details.
459460
* @msi_list: Hosts MSI descriptors

0 commit comments

Comments
 (0)