projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04db1d2
)
usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 3 Sep 2019 12:07:10 +0000
(13:07 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 13:46:46 +0000
(15:46 +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/20190903120710.30128-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/cdns3/gadget.c
patch
|
blob
|
history
diff --git
a/drivers/usb/cdns3/gadget.c
b/drivers/usb/cdns3/gadget.c
index 3a9349d14788e524240781eab1717f960a2464f6..228cdc4ab88627cc01204f56381cfd93e9f99f27 100644
(file)
--- a/
drivers/usb/cdns3/gadget.c
+++ b/
drivers/usb/cdns3/gadget.c
@@
-2626,7
+2626,7
@@
static int cdns3_gadget_start(struct cdns3 *cdns)
readl(&priv_dev->regs->usb_cap6));
dev_dbg(priv_dev->dev, "USB Capabilities:: %08x\n",
readl(&priv_dev->regs->usb_cap1));
- dev_dbg(priv_dev->dev, "On-Chip memory cnfiguration: %08x\n",
+ dev_dbg(priv_dev->dev, "On-Chip memory c
o
nfiguration: %08x\n",
readl(&priv_dev->regs->usb_cap2));
priv_dev->dev_ver = GET_DEV_BASE_VERSION(priv_dev->dev_ver);