提交 a4a00f6b 编写于 作者: C Colin Ian King 提交者: Greg Kroah-Hartman

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

Trivial fix to spelling mistake in text string
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0c718676
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册