We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781a07d commit bed0f75Copy full SHA for bed0f75
drivers/input/serio/i8042-acpipnpio.h
@@ -90,7 +90,7 @@ static inline void i8042_write_command(int val)
90
* ORDERING IS IMPORTANT! The first match will be apllied and the rest ignored.
91
* This allows entries to overwrite vendor wide quirks on a per device basis.
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.
+ * and/or DMI_BOARD_VENDOR to make it easier to avoid duplicate entries.
94
*/
95
static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
96
{
0 commit comments