]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI: TAD: Fix up a comment in acpi_tad_probe()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 22 Apr 2026 15:27:32 +0000 (17:27 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Apr 2026 19:57:09 +0000 (21:57 +0200)
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
drivers/acpi/acpi_tad.c

index bdf8695c00f35dfe469d71c14984d60d9d251663..cac07e997028a3c0f4ea281f29d7280552b0ba75 100644 (file)
@@ -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);