USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"
Trivial fix to spelling mistake in error message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8a4821d061
commit
81d8a8eb0a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue