Skip to content

Commit

Permalink
usb: cdns3: Fix spelling mistake "supporte" -> "supported"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Mar 2, 2024
1 parent 9f2a393 commit 654298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/cdns3/drd.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ int cdns_drd_init(struct cdns *cdns)
writel(1, &cdns->otg_v1_regs->simulate);
cdns->version = CDNS3_CONTROLLER_V1;
} else {
dev_err(cdns->dev, "not supporte DID=0x%08x\n", state);
dev_err(cdns->dev, "not supported DID=0x%08x\n", state);
return -EINVAL;
}

Expand Down

0 comments on commit 654298a

Please sign in to comment.