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

pata_ali: fix "Satelite" typo

Cosmetic fix but thanks to it pata_ali's DMI table now matches
alim15x3's one.

Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Bartlomiej Zolnierkiewicz and committed by
Jeff Garzik
802872e7 73222c2d

+1 -1
+1 -1
drivers/ata/pata_ali.c
··· 56 56 }, 57 57 }, 58 58 { 59 - .ident = "Toshiba Satelite S1800-814", 59 + .ident = "Toshiba Satellite S1800-814", 60 60 .matches = { 61 61 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 62 62 DMI_MATCH(DMI_PRODUCT_NAME, "S1800-814"),