diff mbox series

[next] usb: musb: fix spelling mistake: "periperal" -> "peripheral"

Message ID 20200117093124.97965-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit 1e31d3caa262cffa728e007ad209fb8e72b276a8
Headers show
Series [next] usb: musb: fix spelling mistake: "periperal" -> "peripheral" | expand

Commit Message

Colin King Jan. 17, 2020, 9:31 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/musb/musb_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bin Liu Jan. 20, 2020, 2:04 p.m. UTC | #1
Hi Greg,

On Fri, Jan 17, 2020 at 09:31:24AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Do you mind to take this directly? Here is my Acked-by:

Acked-by: Bin Liu <b-liu@ti.com>

Thanks,
-Bin.
diff mbox series

Patch

diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 71691a1f8ae3..f616fb489542 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -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;