Skip to content

Commit bed0f75

Browse files
cvam0000dtor
authored andcommitted
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>
1 parent 781a07d commit bed0f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/serio/i8042-acpipnpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static inline void i8042_write_command(int val)
9090
* ORDERING IS IMPORTANT! The first match will be apllied and the rest ignored.
9191
* This allows entries to overwrite vendor wide quirks on a per device basis.
9292
* 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.
9494
*/
9595
static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
9696
{

0 commit comments

Comments
 (0)