Skip to content

Commit 1e31d3c

Browse files
Colin Ian Kinggregkh
authored andcommitted
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 <[email protected]> Acked-by: Bin Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent dd7d99d commit 1e31d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/musb/musb_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ int musb_set_peripheral(struct musb *musb)
540540
devctl & MUSB_DEVCTL_BDEVICE, 5000,
541541
1000000);
542542
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",
544544
__func__, devctl);
545545

546546
return error;

0 commit comments

Comments
 (0)