Message ID | 20190217224418.17163-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | d651b44244bbb051245de64b56b8b546118e9aa4 |
Headers | show |
Series | USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't" | expand |
Hi, > From: Colin King, Sent: Monday, February 18, 2019 7:44 AM > > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in a dev_err message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Thank you for the patch! Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Best regards, Yoshihiro Shimoda > --- > drivers/usb/renesas_usbhs/mod_host.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/renesas_usbhs/mod_host.c b/drivers/usb/renesas_usbhs/mod_host.c > index 4e59c649db81..ddd3be48f948 100644 > --- a/drivers/usb/renesas_usbhs/mod_host.c > +++ b/drivers/usb/renesas_usbhs/mod_host.c > @@ -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); > -- > 2.20.1
diff --git a/drivers/usb/renesas_usbhs/mod_host.c b/drivers/usb/renesas_usbhs/mod_host.c index 4e59c649db81..ddd3be48f948 100644 --- a/drivers/usb/renesas_usbhs/mod_host.c +++ b/drivers/usb/renesas_usbhs/mod_host.c @@ -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);