Browse Source

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>
Colin Ian King 7 years ago
parent
commit
a4a00f6b9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/misc/sisusbvga/sisusb.c

+ 1 - 1
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;