aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-01-17 09:31:24 +0000
committerGreg Kroah-Hartman <[email protected]>2020-01-21 19:58:45 +0100
commit1e31d3caa262cffa728e007ad209fb8e72b276a8 (patch)
tree0454126aa767666f802c25c07157823deb0e3312
parentdd7d99dc688d0fc448976f52f8517fbdeccdccda (diff)
usb: musb: fix spelling mistake: "periperal" -> "peripheral"
There is a spelling mistake in a dev_err error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Acked-by: Bin Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/musb/musb_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 71691a1f8ae3..f616fb489542 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -540,7 +540,7 @@ int musb_set_peripheral(struct musb *musb)
devctl & MUSB_DEVCTL_BDEVICE, 5000,
1000000);
if (error) {
- dev_err(musb->controller, "%s: could not set periperal: %02x\n",
+ dev_err(musb->controller, "%s: could not set peripheral: %02x\n",
__func__, devctl);
return error;