Skip to content

Commit afb0367

Browse files
geerturafaeljw
authored andcommitted
PM: domains: Restore comment indentation for generic_pm_domain.child_links
The rename of generic_pm_domain.slave_links to generic_pm_domain.child_links accidentally dropped the TAB to align the member's comment. Re-add the lost TAB to restore indentation. Fixes: 8d87ae4 ("PM: domains: Fix up terminology with parent/child") Signed-off-by: Geert Uytterhoeven <[email protected]> [ rjw: Minor subject edit ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 8d87ae4 commit afb0367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/pm_domain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct generic_pm_domain {
9696
struct dev_pm_domain domain; /* PM domain operations */
9797
struct list_head gpd_list_node; /* Node in the global PM domains list */
9898
struct list_head parent_links; /* Links with PM domain as a parent */
99-
struct list_head child_links;/* Links with PM domain as a child */
99+
struct list_head child_links; /* Links with PM domain as a child */
100100
struct list_head dev_list; /* List of devices */
101101
struct dev_power_governor *gov;
102102
struct work_struct power_off_work;

0 commit comments

Comments
 (0)