]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"
authorColin Ian King <colin.king@canonical.com>
Fri, 27 Apr 2018 19:12:31 +0000 (20:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Apr 2018 13:38:18 +0000 (15:38 +0200)
Trivial fix to spelling mistake in text string

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/sisusbvga/sisusb.c

index 3e65bdc2615cda96f0b2fed135ab149c1e8c2d4e..f92c5df263201c5eb9359233d650205c0abd3e66 100644 (file)
@@ -2107,7 +2107,7 @@ static void sisusb_get_ramconfig(struct sisusb_usb_data *sisusb)
                bw = busSDR[(tmp8 & 0x03)];
                break;
        case 2:
-               ramtypetext1 = "asymmeric";
+               ramtypetext1 = "asymmetric";
                sisusb->vramsize += sisusb->vramsize/2;
                bw = busDDRA[(tmp8 & 0x03)];
                break;