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

usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"

Trivial fix to spelling mistake in uea_err error message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 013668f3
...@@ -2212,7 +2212,7 @@ static int uea_boot(struct uea_softc *sc) ...@@ -2212,7 +2212,7 @@ static int uea_boot(struct uea_softc *sc)
ret = usb_submit_urb(sc->urb_int, GFP_KERNEL); ret = usb_submit_urb(sc->urb_int, GFP_KERNEL);
if (ret < 0) { if (ret < 0) {
uea_err(INS_TO_USBDEV(sc), uea_err(INS_TO_USBDEV(sc),
"urb submition failed with error %d\n", ret); "urb submission failed with error %d\n", ret);
goto err1; goto err1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册