mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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:
parent
0c718676ab
commit
a4a00f6b9d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user