diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-17 11:43:43 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-03-23 23:05:58 +0300 |
commit | 3b329cfec7522b5685a0fed11c5f2f95cab04fa3 (patch) | |
tree | 2c23c9a12e0b99d6d454170093de9ae23d1638d8 | |
parent | d4dc4bf28263f25e0907072ce163dd454c6aa51a (diff) | |
download | linux-3b329cfec7522b5685a0fed11c5f2f95cab04fa3.tar.xz |
platform/x86: Typo fix in the file classmate-laptop.c
s/derefence/dereference/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210317084343.3788084-1-unixbhaskar@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | drivers/platform/x86/classmate-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/classmate-laptop.c b/drivers/platform/x86/classmate-laptop.c index 3e03e8d3a07f..9309ab5792cb 100644 --- a/drivers/platform/x86/classmate-laptop.c +++ b/drivers/platform/x86/classmate-laptop.c @@ -956,7 +956,7 @@ static int cmpc_ipml_add(struct acpi_device *acpi) /* * If RFKILL is disabled, rfkill_alloc will return ERR_PTR(-ENODEV). * This is OK, however, since all other uses of the device will not - * derefence it. + * dereference it. */ if (ipml->rf) { retval = rfkill_register(ipml->rf); |