diff options
-rw-r--r-- | drivers/base/power/domain.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c index 7666a1cbaf95..9bd2b28da1ed 100644 --- a/drivers/base/power/domain.c +++ b/drivers/base/power/domain.c | |||
@@ -2074,7 +2074,7 @@ static int pm_genpd_summary_one(struct seq_file *s, | |||
2074 | 2074 | ||
2075 | if (WARN_ON(genpd->status >= ARRAY_SIZE(status_lookup))) | 2075 | if (WARN_ON(genpd->status >= ARRAY_SIZE(status_lookup))) |
2076 | goto exit; | 2076 | goto exit; |
2077 | seq_printf(s, "%-30s %-15s ", genpd->name, status_lookup[genpd->status]); | 2077 | seq_printf(s, "%-30s %-15s ", genpd->name, status_lookup[genpd->status]); |
2078 | 2078 | ||
2079 | /* | 2079 | /* |
2080 | * Modifications on the list require holding locks on both | 2080 | * Modifications on the list require holding locks on both |
@@ -2109,8 +2109,8 @@ static int pm_genpd_summary_show(struct seq_file *s, void *data) | |||
2109 | struct generic_pm_domain *genpd; | 2109 | struct generic_pm_domain *genpd; |
2110 | int ret = 0; | 2110 | int ret = 0; |
2111 | 2111 | ||
2112 | seq_puts(s, " domain status slaves\n"); | 2112 | seq_puts(s, "domain status slaves\n"); |
2113 | seq_puts(s, " /device runtime status\n"); | 2113 | seq_puts(s, " /device runtime status\n"); |
2114 | seq_puts(s, "----------------------------------------------------------------------\n"); | 2114 | seq_puts(s, "----------------------------------------------------------------------\n"); |
2115 | 2115 | ||
2116 | ret = mutex_lock_interruptible(&gpd_list_lock); | 2116 | ret = mutex_lock_interruptible(&gpd_list_lock); |