Thread (2 messages) flat view 2 messages, 2 authors, 2021-08-27
STALE1845d LANDED

Landed in mainline as cc7f8825cdbb on 2021-08-27.

[PATCH] usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"

From: Colin King <hidden>
Date: 2021-08-26 12:27:02
Also in: kernel-janitors, lkml
Subsystem: the rest, usb subsystem · Maintainers: Linus Torvalds, Greg Kroah-Hartman

From: Colin Ian King <redacted>

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

Signed-off-by: Colin Ian King <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help