usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"

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>
This commit is contained in:
Colin Ian King 2018-04-27 20:12:31 +01:00 committed by Greg Kroah-Hartman
parent 0c718676ab
commit a4a00f6b9d

View 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;