From: Colin Ian King Date: Tue, 3 Sep 2019 12:07:10 +0000 (+0100) Subject: usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d04111d76e2ef7b54ce364ff72076c676e684c0;p=linux.git usb: cdns3: fix spelling mistake: "cnfiguration" -> "configuration" There is a spelling mistake in a dev_dbg message. Fix it. Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20190903120710.30128-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/cdns3/gadget.c b/drivers/usb/cdns3/gadget.c index 3a9349d14788e..228cdc4ab8862 100644 --- a/drivers/usb/cdns3/gadget.c +++ b/drivers/usb/cdns3/gadget.c @@ -2626,7 +2626,7 @@ static int cdns3_gadget_start(struct cdns3 *cdns) readl(&priv_dev->regs->usb_cap6)); dev_dbg(priv_dev->dev, "USB Capabilities:: %08x\n", readl(&priv_dev->regs->usb_cap1)); - dev_dbg(priv_dev->dev, "On-Chip memory cnfiguration: %08x\n", + dev_dbg(priv_dev->dev, "On-Chip memory configuration: %08x\n", readl(&priv_dev->regs->usb_cap2)); priv_dev->dev_ver = GET_DEV_BASE_VERSION(priv_dev->dev_ver);