linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][usb-next] usb: dwc2: ix spelling mistake: "genereted" -> "generated"
@ 2018-03-13 15:50 Colin King
  2018-03-14  9:00 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-03-13 15:50 UTC (permalink / raw)
  To: John Youn, Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_warn warning message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/dwc2/hcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc2/hcd.c b/drivers/usb/dwc2/hcd.c
index dcfda5eb4cac..190f95964000 100644
--- a/drivers/usb/dwc2/hcd.c
+++ b/drivers/usb/dwc2/hcd.c
@@ -5433,7 +5433,7 @@ int dwc2_host_enter_hibernation(struct dwc2_hsotg *hsotg)
 
 	/* Wait for the HPRT0.PrtSusp register field to be set */
 	if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 300))
-		dev_warn(hsotg->dev, "Suspend wasn't genereted\n");
+		dev_warn(hsotg->dev, "Suspend wasn't generated\n");
 
 	/*
 	 * We need to disable interrupts to prevent servicing of any IRQ
-- 
2.15.1


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

* Re: [PATCH][usb-next] usb: dwc2: ix spelling mistake: "genereted" -> "generated"
  2018-03-13 15:50 [PATCH][usb-next] usb: dwc2: ix spelling mistake: "genereted" -> "generated" Colin King
@ 2018-03-14  9:00 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2018-03-14  9:00 UTC (permalink / raw)
  To: Colin King, John Youn, Greg Kroah-Hartman, linux-usb
  Cc: kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]


Hi,

Colin King <colin.king@canonical.com> writes:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in dev_warn warning message text.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

seems like we need a patch to fix your subject ;-) I'll fix it when applying

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2018-03-14  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 15:50 [PATCH][usb-next] usb: dwc2: ix spelling mistake: "genereted" -> "generated" Colin King
2018-03-14  9:00 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).