USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"
authorColin Ian King <colin.king@canonical.com>
Wed, 22 Nov 2017 19:39:53 +0000 (19:39 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 14:08:43 +0000 (15:08 +0100)
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>
drivers/usb/usbip/vhci_rx.c

index 90577e8b2282393014558da959125345b1f7008c..a9813f1d507d240bb33bd0618abe6350f8f303a7 100644 (file)
@@ -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: