Commit 1e31d3ca authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

usb: musb: fix spelling mistake: "periperal" -> "peripheral"

There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarBin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200117093124.97965-1-colin.king@canonical.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dd7d99dc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment