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

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

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