Skip to content

Commit 81d8a8e

Browse files
Colin Ian Kinggregkh
authored andcommitted
USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"
Trivial fix to spelling mistake in error message text Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8a4821d commit 81d8a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/usbip/vhci_rx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum)
3131
/* fall through */
3232
case -ECONNRESET:
3333
dev_info(&urb->dev->dev,
34-
"urb %p was unlinked %ssynchronuously.\n", urb,
34+
"urb %p was unlinked %ssynchronously.\n", urb,
3535
status == -ENOENT ? "" : "a");
3636
break;
3737
case -EINPROGRESS:

0 commit comments

Comments
 (0)