Commit 3b329cfe authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Hans de Goede

platform/x86: Typo fix in the file classmate-laptop.c

s/derefence/dereference/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210317084343.3788084-1-unixbhaskar@gmail.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent d4dc4bf2
...@@ -956,7 +956,7 @@ static int cmpc_ipml_add(struct acpi_device *acpi) ...@@ -956,7 +956,7 @@ static int cmpc_ipml_add(struct acpi_device *acpi)
/* /*
* If RFKILL is disabled, rfkill_alloc will return ERR_PTR(-ENODEV). * If RFKILL is disabled, rfkill_alloc will return ERR_PTR(-ENODEV).
* This is OK, however, since all other uses of the device will not * This is OK, however, since all other uses of the device will not
* derefence it. * dereference it.
*/ */
if (ipml->rf) { if (ipml->rf) {
retval = rfkill_register(ipml->rf); retval = rfkill_register(ipml->rf);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment