Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
1e31d3ca dd7d99dc

+1 -1
+1 -1
drivers/usb/musb/musb_core.c
··· 540 540 devctl & MUSB_DEVCTL_BDEVICE, 5000, 541 541 1000000); 542 542 if (error) { 543 - dev_err(musb->controller, "%s: could not set periperal: %02x\n", 543 + dev_err(musb->controller, "%s: could not set peripheral: %02x\n", 544 544 __func__, devctl); 545 545 546 546 return error;