projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7f882
)
usb: dwc2: Fix spelling mistake "was't" -> "wasn't"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 26 Aug 2021 14:38:49 +0000
(15:38 +0100)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc2/core.c
b/drivers/usb/dwc2/core.c
index 272ae5722c8617561246b2d7a1c5aa432a006965..cf0bcd0dc320e12bee2c332e3b10ea9e6e65b183 100644
(file)
--- a/
drivers/usb/dwc2/core.c
+++ b/
drivers/usb/dwc2/core.c
@@
-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 wa
s
n't generated here\n",
__func__);
} else {
dev_dbg(hsotg->dev, "restore done generated here\n");