lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0hOUHQeWYtJ2Nousa9C6Coi7W6njaXDCa_=vk0Rzo6=pw@mail.gmail.com>
Date: Wed, 12 Mar 2025 21:19:22 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: "Rafael J . Wysocki" <rafael@...nel.org>, Len Brown <len.brown@...el.com>, 
	Pavel Machek <pavel@...nel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, 
	Danilo Krummrich <dakr@...nel.org>, linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] PM: core: Fix indentation in dpm_wait_for_children()

On Wed, Mar 12, 2025 at 11:47 AM Geert Uytterhoeven
<geert+renesas@...der.be> wrote:
>
> The body of dpm_wait_for_children() is indented by 7 spaces instead of a
> single TAB.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
>  drivers/base/power/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c
> index e4103d29a21a6b2f..2fc37658b0b582e2 100644
> --- a/drivers/base/power/main.c
> +++ b/drivers/base/power/main.c
> @@ -249,7 +249,7 @@ static int dpm_wait_fn(struct device *dev, void *async_ptr)
>
>  static void dpm_wait_for_children(struct device *dev, bool async)
>  {
> -       device_for_each_child(dev, &async, dpm_wait_fn);
> +       device_for_each_child(dev, &async, dpm_wait_fn);
>  }
>
>  static void dpm_wait_for_suppliers(struct device *dev, bool async)
> --

Applied as 6.15 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ