From: Colin Ian King Date: Wed, 22 Nov 2017 19:39:53 +0000 (+0000) Subject: USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=81d8a8eb0a975e151cdbd14f90516a8147d35ee2;p=linux.git USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously" Trivial fix to spelling mistake in error message text Signed-off-by: Colin Ian King Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/usbip/vhci_rx.c b/drivers/usb/usbip/vhci_rx.c index 90577e8b22823..a9813f1d507d2 100644 --- a/drivers/usb/usbip/vhci_rx.c +++ b/drivers/usb/usbip/vhci_rx.c @@ -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: