usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"
authorColin Ian King <colin.king@canonical.com>
Wed, 28 Dec 2016 16:52:41 +0000 (16:52 +0000)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 24 Jan 2017 09:04:08 +0000 (11:04 +0200)
trivial fix to typo in dev_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/renesas_usbhs/mod_host.c

index 165e81b..dfb346e 100644 (file)
@@ -577,7 +577,7 @@ static struct usbhsh_device *usbhsh_device_attach(struct usbhsh_hpriv *hpriv,
                upphub  = usbhsh_device_number(hpriv, parent);
                hubport = usbhsh_device_hubport(udev);
 
-               dev_dbg(dev, "%s connecte to Hub [%d:%d](%p)\n", __func__,
+               dev_dbg(dev, "%s connected to Hub [%d:%d](%p)\n", __func__,
                        upphub, hubport, parent);
        }