Skip to content

Commit cc7f882

Browse files
Colin Ian Kinggregkh
authored andcommitted
usb: renesas_usbhs: Fix spelling mistake "faile" -> "failed"
There is a spelling mistake in a dev_err error message. Fix it. Reviewed-by: Yoshihiro Shimoda <[email protected]> Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 57f3ffd commit cc7f882

File tree

1 file changed

+1
-1
lines changed
  • drivers/usb/renesas_usbhs

1 file changed

+1
-1
lines changed

drivers/usb/renesas_usbhs/fifo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done)
366366

367367
ret = usbhsf_fifo_select(pipe, fifo, 1);
368368
if (ret < 0) {
369-
dev_err(dev, "%s() faile\n", __func__);
369+
dev_err(dev, "%s() failed\n", __func__);
370370
return ret;
371371
}
372372

0 commit comments

Comments
 (0)