2020-01-17 09:46:33

by Colin King

[permalink] [raw]
Subject: [PATCH][next] usb: musb: fix spelling mistake: "periperal" -> "peripheral"

From: Colin Ian King <[email protected]>

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

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/usb/musb/musb_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;
--
2.24.0


2020-01-20 14:06:04

by Bin Liu

[permalink] [raw]
Subject: Re: [PATCH][next] usb: musb: fix spelling mistake: "periperal" -> "peripheral"

Hi Greg,

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

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

Acked-by: Bin Liu <[email protected]>

Thanks,
-Bin.