usb: dwc2: Fix spelling mistake "was't" -> "wasn't"
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Aug 2021 14:38:49 +0000 (15:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Aug 2021 08:29:54 +0000 (10:29 +0200)
There is a spelling mistake in a dev_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210826143849.55115-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/core.c

index 272ae5722c8617561246b2d7a1c5aa432a006965..cf0bcd0dc320e12bee2c332e3b10ea9e6e65b183 100644 (file)
@@ -295,7 +295,7 @@ void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
        if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE,
                                    20000)) {
                dev_dbg(hsotg->dev,
-                       "%s: Restore Done wan't generated here\n",
+                       "%s: Restore Done wasn't generated here\n",
                        __func__);
        } else {
                dev_dbg(hsotg->dev, "restore done  generated here\n");