]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Feb 2019 22:44:18 +0000 (22:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Feb 2019 13:41:38 +0000 (14:41 +0100)
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/mod_host.c

index 4e59c649db815524e1164b0197d99b8f893177e2..ddd3be48f948472cb1c884f551ad13e858c53a01 100644 (file)
@@ -340,7 +340,7 @@ static void usbhsh_pipe_detach(struct usbhsh_hpriv *hpriv,
        pipe = usbhsh_uep_to_pipe(uep);
 
        if (unlikely(!pipe)) {
-               dev_err(dev, "uep doens't have pipe\n");
+               dev_err(dev, "uep doesn't have pipe\n");
        } else if (1 == uep->counter--) { /* last user */
                struct usb_host_endpoint *ep = usbhsh_uep_to_ep(uep);
                struct usbhsh_device *udev = usbhsh_uep_to_udev(uep);