This is a note to let you know that I've just added the patch titled PM: domains: Restore comment indentation for generic_pm_domain.child_links to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: pm-domains-restore-comment-indentation-for-generic_pm_domain.child_links.patch and it can be found in the queue-5.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From afb0367a80553e795e7ad055299096544454f3f6 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Date: Tue, 14 Jul 2020 14:56:25 +0200 Subject: PM: domains: Restore comment indentation for generic_pm_domain.child_links From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> commit afb0367a80553e795e7ad055299096544454f3f6 upstream. 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@xxxxxxxxx> [ rjw: Minor subject edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- include/linux/pm_domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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; Patches currently in stable-queue which might be from geert+renesas@xxxxxxxxx are queue-5.4/pm-domains-restore-comment-indentation-for-generic_pm_domain.child_links.patch queue-5.4/sh-math-emu-fix-macro-redefined-warning.patch queue-5.4/usb-host-xhci-rcar-remove-leftover-quirk-handling.patch queue-5.4/arm64-dts-renesas-r8a774c0-remove-bogus-voltages-fro.patch queue-5.4/sh-sq-fix-incorrect-element-size-for-allocating-bitm.patch queue-5.4/debugfs-regset32-add-runtime-pm-support.patch queue-5.4/sh-init-use-of_early_flattree-for-early-init.patch queue-5.4/media-rcar_fdp1-fix-the-correct-variable-assignments.patch queue-5.4/arm64-dts-renesas-r8a77990-remove-bogus-voltages-fro.patch