Commit 81d8a8eb authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

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

Trivial fix to spelling mistake in error message text
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8a4821d0
...@@ -31,7 +31,7 @@ struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum) ...@@ -31,7 +31,7 @@ struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum)
/* fall through */ /* fall through */
case -ECONNRESET: case -ECONNRESET:
dev_info(&urb->dev->dev, dev_info(&urb->dev->dev,
"urb %p was unlinked %ssynchronuously.\n", urb, "urb %p was unlinked %ssynchronously.\n", urb,
status == -ENOENT ? "" : "a"); status == -ENOENT ? "" : "a");
break; break;
case -EINPROGRESS: case -EINPROGRESS:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment