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

USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"

Trivial fix to spelling mistake in error message text
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8a4821d0
......@@ -31,7 +31,7 @@ struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum)
/* fall through */
case -ECONNRESET:
dev_info(&urb->dev->dev,
"urb %p was unlinked %ssynchronuously.\n", urb,
"urb %p was unlinked %ssynchronously.\n", urb,
status == -ENOENT ? "" : "a");
break;
case -EINPROGRESS:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册