diff options
author | Esteve Varela Colominas <esteve.varela@gmail.com> | 2021-03-21 19:35:13 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-03-23 21:06:18 +0100 |
commit | 49702bace77db951d9f23c37f7d6647e5b008848 (patch) | |
tree | c4c53dd869dae33771d8786180dc346a72d0b2b4 /drivers/platform/x86 | |
parent | e4899ff6a9120ca5dfa82035d51d4d118260be6e (diff) |
platform/x86: thinkpad_acpi: Correct minor typo
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
Link: https://lore.kernel.org/r/20210321183512.14551-1-esteve.varela@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 1b403c1653c4..0531b83f7690 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c @@ -4111,7 +4111,7 @@ static bool hotkey_notify_6xxx(const u32 hkey, return true; case TP_HKEY_EV_KEY_FN_ESC: - /* Get the media key status to foce the status LED to update */ + /* Get the media key status to force the status LED to update */ acpi_evalf(hkey_handle, NULL, "GMKS", "v"); *send_acpi_ev = false; *ignore_acpi_ev = true; |