platform/x86: Typo fix in the file classmate-laptop.c
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 17 Mar 2021 08:43:43 +0000 (14:13 +0530)
committerHans de Goede <hdegoede@redhat.com>
Tue, 23 Mar 2021 20:05:58 +0000 (21:05 +0100)
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>
drivers/platform/x86/classmate-laptop.c

index 3e03e8d3a07fa6da6f98619d058a798108d9100b..9309ab5792cbc3710ac9370ca0d3a8ec2ebb316a 100644 (file)
@@ -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);