]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PM: sleep: core: Fix indentation in dpm_wait_for_children()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Mar 2025 10:47:19 +0000 (11:47 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 12 Mar 2025 20:18:09 +0000 (21:18 +0100)
The body of dpm_wait_for_children() is indented by 7 spaces instead of a
single TAB.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/9c8ff2b103c3ba7b0d27bdc8248b05e3b1dc9551.1741776430.git.geert+renesas@glider.be
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/main.c

index d240dc352b1f90a536cdf1906c6350b6f5ead5a9..1b0eb83f70615788d83c009391d511fe202371d3 100644 (file)
@@ -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)