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

Commit 07b8dc55 authored by Colin Ian King's avatar Colin Ian King Committed by Felipe Balbi
Browse files

usb: dwc2: fix spelling mistake: "genereted" -> "generated"



Trivial fix to spelling mistake in dev_warn warning message text.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 498f0478
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5433,7 +5433,7 @@ int dwc2_host_enter_hibernation(struct dwc2_hsotg *hsotg)


	/* Wait for the HPRT0.PrtSusp register field to be set */
	/* Wait for the HPRT0.PrtSusp register field to be set */
	if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 300))
	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
	 * We need to disable interrupts to prevent servicing of any IRQ