mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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>
This commit is contained in:
parent
4b7d654258
commit
956af869a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue