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

dell-laptop: Fixed typo in touchpad LED quirk

Fixed the typo introduced from the below commit
5f1e88f dell-laptop: Add 6 machines to touchpad led quirk

Reported-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>

authored by

AceLan Kao and committed by
Matthew Garrett
a2174ba2 e99eac5e

+6 -6
+6 -6
drivers/platform/x86/dell-laptop.c
··· 211 211 .ident = "Dell Inspiron 5420", 212 212 .matches = { 213 213 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 214 - DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 5420"), 214 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5420"), 215 215 }, 216 216 .driver_data = &quirk_dell_vostro_v130, 217 217 }, ··· 220 220 .ident = "Dell Inspiron 5520", 221 221 .matches = { 222 222 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 223 - DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 5520"), 223 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5520"), 224 224 }, 225 225 .driver_data = &quirk_dell_vostro_v130, 226 226 }, ··· 229 229 .ident = "Dell Inspiron 5720", 230 230 .matches = { 231 231 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 232 - DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 5720"), 232 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5720"), 233 233 }, 234 234 .driver_data = &quirk_dell_vostro_v130, 235 235 }, ··· 238 238 .ident = "Dell Inspiron 7420", 239 239 .matches = { 240 240 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 241 - DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 7420"), 241 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7420"), 242 242 }, 243 243 .driver_data = &quirk_dell_vostro_v130, 244 244 }, ··· 247 247 .ident = "Dell Inspiron 7520", 248 248 .matches = { 249 249 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 250 - DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 7520"), 250 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7520"), 251 251 }, 252 252 .driver_data = &quirk_dell_vostro_v130, 253 253 }, ··· 256 256 .ident = "Dell Inspiron 7720", 257 257 .matches = { 258 258 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 259 - DMI_MATCH(DMI_PRODUCT_NAME, "Isnpiron 7720"), 259 + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7720"), 260 260 }, 261 261 .driver_data = &quirk_dell_vostro_v130, 262 262 },