diff mbox series

PM / Domains: Restore comment indentation for generic_pm_domain.child_links

Message ID 20200714125625.2584-1-geert+renesas@glider.be (mailing list archive)
State Mainlined, archived
Headers show
Series PM / Domains: Restore comment indentation for generic_pm_domain.child_links | expand

Commit Message

Geert Uytterhoeven July 14, 2020, 12:56 p.m. UTC
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: 8d87ae48ced2dffd ("PM: domains: Fix up terminology with parent/child")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Feel free to fold into the original, if deemed appropriate.
---
 include/linux/pm_domain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki July 14, 2020, 1:16 p.m. UTC | #1
On Tue, Jul 14, 2020 at 2:56 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> 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: 8d87ae48ced2dffd ("PM: domains: Fix up terminology with parent/child")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Feel free to fold into the original, if deemed appropriate.
> ---
>  include/linux/pm_domain.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
> index 574a1fadb1e50631..ee11502a575b0eca 100644
> --- a/include/linux/pm_domain.h
> +++ b/include/linux/pm_domain.h
> @@ -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;
> --

Applied with a minor edit in the subject, thanks!
diff mbox series

Patch

diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index 574a1fadb1e50631..ee11502a575b0eca 100644
--- a/include/linux/pm_domain.h
+++ b/include/linux/pm_domain.h
@@ -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;