usbip: vhci: fix spelling mistake: "synchronuously" -> "synchronously"
authorColin Ian King <colin.king@canonical.com>
Wed, 3 Jan 2018 09:18:05 +0000 (09:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2018 16:05:55 +0000 (17:05 +0100)
Trivial fix to spelling mistake in dev_dbg debug message.

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 112ebb9..44cd645 100644 (file)
@@ -30,7 +30,7 @@ struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum)
                        /* fall through */
                case -ECONNRESET:
                        dev_dbg(&urb->dev->dev,
-                                "urb seq# %u was unlinked %ssynchronuously\n",
+                                "urb seq# %u was unlinked %ssynchronously\n",
                                 seqnum, status == -ENOENT ? "" : "a");
                        break;
                case -EINPROGRESS: