Skip to content

Commit 956af86

Browse files
geerturafaeljw
authored andcommitted
PM: sleep: core: Fix indentation in dpm_wait_for_children()
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>
1 parent 4b7d654 commit 956af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/power/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static int dpm_wait_fn(struct device *dev, void *async_ptr)
249249

250250
static void dpm_wait_for_children(struct device *dev, bool async)
251251
{
252-
device_for_each_child(dev, &async, dpm_wait_fn);
252+
device_for_each_child(dev, &async, dpm_wait_fn);
253253
}
254254

255255
static void dpm_wait_for_suppliers(struct device *dev, bool async)

0 commit comments

Comments
 (0)