aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-04-27 20:12:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-29 15:38:18 +0200
commita4a00f6b9dc0e3ea13145f53ce163821eb1a6fa0 (patch)
treef392691239629cd122e7b4d843b1a0850127a1c3
parenttypec: tcpm: fix compiler warning about stupid things (diff)
downloadlinux-dev-a4a00f6b9dc0e3ea13145f53ce163821eb1a6fa0.tar.xz
linux-dev-a4a00f6b9dc0e3ea13145f53ce163821eb1a6fa0.zip
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>
-rw-r--r--drivers/usb/misc/sisusbvga/sisusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/sisusbvga/sisusb.c b/drivers/usb/misc/sisusbvga/sisusb.c
index 3e65bdc2615c..f92c5df26320 100644
--- a/drivers/usb/misc/sisusbvga/sisusb.c
+++ b/drivers/usb/misc/sisusbvga/sisusb.c
@@ -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;