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>
This commit is contained in:
Colin Ian King 2020-01-17 09:31:24 +00:00 committed by Greg Kroah-Hartman
parent dd7d99dc68
commit 1e31d3caa2

View file

@ -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;