]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: musb: fix spelling mistake: "periperal" -> "peripheral"
authorColin Ian King <colin.king@canonical.com>
Fri, 17 Jan 2020 09:31:24 +0000 (09:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jan 2020 18:58:45 +0000 (19:58 +0100)
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>
drivers/usb/musb/musb_core.c

index 71691a1f8ae34ea05a1b8c48de9dadce9789b277..f616fb4895429d4e680966db6c0167a7f5ed0335 100644 (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;