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

Input: i8042 - fix typo dublicate to duplicate

Fix typo in i8042-acpipnpio.h dublicate -> duplicate.

Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
Link: https://lore.kernel.org/r/20241107174918.78335-1-cvam0000@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Shivam Chaudhary and committed by
Dmitry Torokhov
bed0f759 781a07da

+1 -1
+1 -1
drivers/input/serio/i8042-acpipnpio.h
··· 90 90 * ORDERING IS IMPORTANT! The first match will be apllied and the rest ignored. 91 91 * This allows entries to overwrite vendor wide quirks on a per device basis. 92 92 * Where this is irrelevant, entries are sorted case sensitive by DMI_SYS_VENDOR 93 - * and/or DMI_BOARD_VENDOR to make it easier to avoid dublicate entries. 93 + * and/or DMI_BOARD_VENDOR to make it easier to avoid duplicate entries. 94 94 */ 95 95 static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = { 96 96 {