All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
@ 2019-02-17 22:44 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-02-17 22:44 UTC (permalink / raw
  To: Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

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>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
@ 2019-02-17 22:44 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-02-17 22:44 UTC (permalink / raw
  To: Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

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>
---
 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);

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
@ 2019-02-17 22:44 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-02-17 22:44 UTC (permalink / raw
  To: Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* RE: [PATCH] USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
@ 2019-02-18  2:57   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2019-02-18  2:57 UTC (permalink / raw
  To: Colin King, Greg Kroah-Hartman
  Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-usb@vger.kernel.org

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
@ 2019-02-18  2:57   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2019-02-18  2:57 UTC (permalink / raw
  To: Colin King, Greg Kroah-Hartman
  Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-usb@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH] USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"
@ 2019-02-18  2:57   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2019-02-18  2:57 UTC (permalink / raw
  To: Colin King, Greg Kroah-Hartman
  Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-usb@vger.kernel.org

SGksDQoNCj4gRnJvbTogQ29saW4gS2luZywgU2VudDogTW9uZGF5LCBGZWJydWFyeSAxOCwgMjAx
OSA3OjQ0IEFNDQo+IA0KPiBGcm9tOiBDb2xpbiBJYW4gS2luZyA8Y29saW4ua2luZ0BjYW5vbmlj
YWwuY29tPg0KPiANCj4gVGhlcmUgaXMgYSBzcGVsbGluZyBtaXN0YWtlIGluIGEgZGV2X2VyciBt
ZXNzYWdlLiBGaXggaXQuDQo+IA0KPiBTaWduZWQtb2ZmLWJ5OiBDb2xpbiBJYW4gS2luZyA8Y29s
aW4ua2luZ0BjYW5vbmljYWwuY29tPg0KDQpUaGFuayB5b3UgZm9yIHRoZSBwYXRjaCENCg0KQWNr
ZWQtYnk6IFlvc2hpaGlybyBTaGltb2RhIDx5b3NoaWhpcm8uc2hpbW9kYS51aEByZW5lc2FzLmNv
bT4NCg0KQmVzdCByZWdhcmRzLA0KWW9zaGloaXJvIFNoaW1vZGENCg0KPiAtLS0NCj4gIGRyaXZl
cnMvdXNiL3JlbmVzYXNfdXNiaHMvbW9kX2hvc3QuYyB8IDIgKy0NCj4gIDEgZmlsZSBjaGFuZ2Vk
LCAxIGluc2VydGlvbigrKSwgMSBkZWxldGlvbigtKQ0KPiANCj4gZGlmZiAtLWdpdCBhL2RyaXZl
cnMvdXNiL3JlbmVzYXNfdXNiaHMvbW9kX2hvc3QuYyBiL2RyaXZlcnMvdXNiL3JlbmVzYXNfdXNi
aHMvbW9kX2hvc3QuYw0KPiBpbmRleCA0ZTU5YzY0OWRiODEuLmRkZDNiZTQ4Zjk0OCAxMDA2NDQN
Cj4gLS0tIGEvZHJpdmVycy91c2IvcmVuZXNhc191c2Jocy9tb2RfaG9zdC5jDQo+ICsrKyBiL2Ry
aXZlcnMvdXNiL3JlbmVzYXNfdXNiaHMvbW9kX2hvc3QuYw0KPiBAQCAtMzQwLDcgKzM0MCw3IEBA
IHN0YXRpYyB2b2lkIHVzYmhzaF9waXBlX2RldGFjaChzdHJ1Y3QgdXNiaHNoX2hwcml2ICpocHJp
diwNCj4gIAlwaXBlID0gdXNiaHNoX3VlcF90b19waXBlKHVlcCk7DQo+IA0KPiAgCWlmICh1bmxp
a2VseSghcGlwZSkpIHsNCj4gLQkJZGV2X2VycihkZXYsICJ1ZXAgZG9lbnMndCBoYXZlIHBpcGVc
biIpOw0KPiArCQlkZXZfZXJyKGRldiwgInVlcCBkb2Vzbid0IGhhdmUgcGlwZVxuIik7DQo+ICAJ
fSBlbHNlIGlmICgxID09IHVlcC0+Y291bnRlci0tKSB7IC8qIGxhc3QgdXNlciAqLw0KPiAgCQlz
dHJ1Y3QgdXNiX2hvc3RfZW5kcG9pbnQgKmVwID0gdXNiaHNoX3VlcF90b19lcCh1ZXApOw0KPiAg
CQlzdHJ1Y3QgdXNiaHNoX2RldmljZSAqdWRldiA9IHVzYmhzaF91ZXBfdG9fdWRldih1ZXApOw0K
PiAtLQ0KPiAyLjIwLjENCg0K

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-18  2:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-17 22:44 [PATCH] USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't" Colin King
2019-02-17 22:44 ` Colin King
2019-02-17 22:44 ` Colin King
2019-02-18  2:57 ` [PATCH] " Yoshihiro Shimoda
2019-02-18  2:57   ` Yoshihiro Shimoda
2019-02-18  2:57   ` Yoshihiro Shimoda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.