aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-01-17 09:31:24 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-21 19:58:45 +0100
commit1e31d3caa262cffa728e007ad209fb8e72b276a8 (patch)
tree0454126aa767666f802c25c07157823deb0e3312 /drivers/usb
parentMerge 5.5-rc7 into usb-next (diff)
downloadlinux-dev-1e31d3caa262cffa728e007ad209fb8e72b276a8.tar.xz
linux-dev-1e31d3caa262cffa728e007ad209fb8e72b276a8.zip
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 <colin.king@canonical.com> Acked-by: Bin Liu <b-liu@ti.com> Link: https://lore.kernel.org/r/20200117093124.97965-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-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;