Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bhaskar Chowdhury and committed by
Hans de Goede
3b329cfe d4dc4bf2

+1 -1
+1 -1
drivers/platform/x86/classmate-laptop.c
··· 956 956 /* 957 957 * If RFKILL is disabled, rfkill_alloc will return ERR_PTR(-ENODEV). 958 958 * This is OK, however, since all other uses of the device will not 959 - * derefence it. 959 + * dereference it. 960 960 */ 961 961 if (ipml->rf) { 962 962 retval = rfkill_register(ipml->rf);