Commit a508939e authored by Chu Guangqing's avatar Chu Guangqing Committed by Rafael J. Wysocki
Browse files

ACPI: PM: Fix a spelling mistake



Fix spelling by replacing "interrups" with "interrupts".

Signed-off-by: default avatarChu Guangqing <chuguangqing@inspur.com>
[ rjw: Changelog edits ]
Link: https://patch.msgid.link/20251125022403.2614-1-chuguangqing@inspur.com


Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 037dada8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 *