Skip to content

Commit

Permalink
USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Nov 28, 2017
1 parent 8a4821d commit 81d8a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/usbip/vhci_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81d8a8e

Please sign in to comment.