mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 01:44:52 +00:00
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:
parent
dd7d99dc68
commit
1e31d3caa2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user