]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: PM: Fix a spelling mistake
authorChu Guangqing <chuguangqing@inspur.com>
Tue, 25 Nov 2025 02:24:03 +0000 (10:24 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Nov 2025 13:11:19 +0000 (14:11 +0100)
Fix spelling by replacing "interrups" with "interrupts".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
[ rjw: Changelog edits ]
Link: https://patch.msgid.link/20251125022403.2614-1-chuguangqing@inspur.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c

index c8ee8e42b0f641aecac9a7e40250dce727a57822..68943b98333dd39b1f69c73f08456a6d018771a6 100644 (file)
@@ -642,7 +642,7 @@ static int acpi_suspend_enter(suspend_state_t pm_state)
        /*
         * Disable all GPE and clear their status bits before interrupts are
         * enabled. Some GPEs (like wakeup GPEs) have no handlers and this can
-        * prevent them from producing spurious interrups.
+        * prevent them from producing spurious interrupts.
         *
         * acpi_leave_sleep_state() will reenable specific GPEs later.
         *