diff options
| author | Chu Guangqing <chuguangqing@inspur.com> | 2025-11-25 10:24:03 +0800 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-11-27 14:11:19 +0100 |
| commit | a508939e15356d80369ea881c05526a168fcfd6c (patch) | |
| tree | 796a96076e602e5313585c2f0322b07b0dc6bad6 /drivers | |
| parent | 037dada8bbb14e42b6596e30557b08ee051f7b1b (diff) | |
| download | linux-a508939e15356d80369ea881c05526a168fcfd6c.tar.gz | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index c8ee8e42b0f641..68943b98333dd3 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -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. * |
