Skip to content

Commit a76cb3d

Browse files
Colin Ian Kinggregkh
authored andcommitted
usb: dwc2: Fix spelling mistake "was't" -> "wasn't"
There is a spelling mistake in a dev_dbg message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent cc7f882 commit a76cb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/dwc2/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ void dwc2_hib_restore_common(struct dwc2_hsotg *hsotg, int rem_wakeup,
295295
if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE,
296296
20000)) {
297297
dev_dbg(hsotg->dev,
298-
"%s: Restore Done wan't generated here\n",
298+
"%s: Restore Done wasn't generated here\n",
299299
__func__);
300300
} else {
301301
dev_dbg(hsotg->dev, "restore done generated here\n");

0 commit comments

Comments
 (0)