Revert "PM: domains: Restore comment indentation for generic_pm_domain.child_links"

This reverts commit e4e88f74eb which is
commit afb0367a80553e795e7ad055299096544454f3f6 upstream.

It is not needed in Android systems, and it breaks the ABI for no real
reason, so revert it.

Bug: 161946584
Change-Id: I94b151ecbd6df12ad4996bce68ac447545640183
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2023-06-16 09:24:35 +00:00
parent 92cfb88602
commit cba632cb06

View File

@ -96,7 +96,7 @@ struct generic_pm_domain {
struct dev_pm_domain domain; /* PM domain operations */
struct list_head gpd_list_node; /* Node in the global PM domains list */
struct list_head parent_links; /* Links with PM domain as a parent */
struct list_head child_links; /* Links with PM domain as a child */
struct list_head child_links;/* Links with PM domain as a child */
struct list_head dev_list; /* List of devices */
struct dev_power_governor *gov;
struct work_struct power_off_work;