diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-04-22 18:27:32 +0300 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-04-27 22:57:09 +0300 |
| commit | ad034486ada5860081565e2d7a2e41aa91c302c2 (patch) | |
| tree | d8e01b8b2026c09563e4dad3aefd2f0c827d15a9 /drivers | |
| parent | e0d219010477fb19d23b60970b2c03fe5985717c (diff) | |
| download | linux-ad034486ada5860081565e2d7a2e41aa91c302c2.tar.xz | |
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
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/acpi_tad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpi_tad.c b/drivers/acpi/acpi_tad.c index bdf8695c00f3..cac07e997028 100644 --- a/drivers/acpi/acpi_tad.c +++ b/drivers/acpi/acpi_tad.c @@ -859,8 +859,8 @@ static int acpi_tad_probe(struct platform_device *pdev) } /* - * The platform bus type layer tells the ACPI PM domain powers up the - * device, so set the runtime PM status of it to "active". + * The platform bus type probe callback tells the ACPI PM domain to + * power up the device, so set the runtime PM status of it to "active". */ pm_runtime_set_active(dev); pm_runtime_enable(dev); |
