Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9038a038 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"



trivial fix to typo in dev_dbg message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bf2b419a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}