Skip to content

Commit ad03448

Browse files
committed
ACPI: TAD: Fix up a comment in acpi_tad_probe()
Fix grammar in the comment preceding the pm_runtime_set_active() call in acpi_tad_probe(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/8678306.T7Z3S40VBb@rafael.j.wysocki
1 parent e0d2190 commit ad03448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/acpi/acpi_tad.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,8 @@ static int acpi_tad_probe(struct platform_device *pdev)
859859
}
860860

861861
/*
862-
* The platform bus type layer tells the ACPI PM domain powers up the
863-
* device, so set the runtime PM status of it to "active".
862+
* The platform bus type probe callback tells the ACPI PM domain to
863+
* power up the device, so set the runtime PM status of it to "active".
864864
*/
865865
pm_runtime_set_active(dev);
866866
pm_runtime_enable(dev);

0 commit comments

Comments
 (0)