kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"
@ 2021-08-26 12:26 Colin King
  2021-08-27  0:44 ` Yoshihiro Shimoda
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-08-26 12:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Yoshihiro Shimoda, linux-usb
  Cc: kernel-janitors, linux-kernel

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/renesas_usbhs/fifo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/renesas_usbhs/fifo.c b/drivers/usb/renesas_usbhs/fifo.c
index a3c2b01ccf7b..10607e273879 100644
--- a/drivers/usb/renesas_usbhs/fifo.c
+++ b/drivers/usb/renesas_usbhs/fifo.c
@@ -366,7 +366,7 @@ static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done)
 
 	ret = usbhsf_fifo_select(pipe, fifo, 1);
 	if (ret < 0) {
-		dev_err(dev, "%s() faile\n", __func__);
+		dev_err(dev, "%s() failed\n", __func__);
 		return ret;
 	}
 
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"
  2021-08-26 12:26 [PATCH] usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed" Colin King
@ 2021-08-27  0:44 ` Yoshihiro Shimoda
  0 siblings, 0 replies; 2+ messages in thread
From: Yoshihiro Shimoda @ 2021-08-27  0:44 UTC (permalink / raw)
  To: Colin King, Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

Hi Colin,

> From: Colin King, Sent: Thursday, August 26, 2021 9:27 PM
> 
> 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>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-27  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 12:26 [PATCH] usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed" Colin King
2021-08-27  0:44 ` Yoshihiro Shimoda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).