Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: cdns3: Fix spelling mistake "supporte" -> "supported"

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240220080617.2674613-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
654298ae 9f2a3933

+1 -1
+1 -1
drivers/usb/cdns3/drd.c
··· 435 435 writel(1, &cdns->otg_v1_regs->simulate); 436 436 cdns->version = CDNS3_CONTROLLER_V1; 437 437 } else { 438 - dev_err(cdns->dev, "not supporte DID=0x%08x\n", state); 438 + dev_err(cdns->dev, "not supported DID=0x%08x\n", state); 439 439 return -EINVAL; 440 440 } 441 441