Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
drivers/acpi/acpi_tad.c
··· 859 859 } 860 860 861 861 /* 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". 864 864 */ 865 865 pm_runtime_set_active(dev); 866 866 pm_runtime_enable(dev);