Skip to content

Commit a508939

Browse files
Chu Guangqingrafaeljw
authored andcommitted
ACPI: PM: Fix a spelling mistake
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>
1 parent 037dada commit a508939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/sleep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ static int acpi_suspend_enter(suspend_state_t pm_state)
642642
/*
643643
* Disable all GPE and clear their status bits before interrupts are
644644
* enabled. Some GPEs (like wakeup GPEs) have no handlers and this can
645-
* prevent them from producing spurious interrups.
645+
* prevent them from producing spurious interrupts.
646646
*
647647
* acpi_leave_sleep_state() will reenable specific GPEs later.
648648
*

0 commit comments

Comments
 (0)