All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: musb-new: Fix typo in caution message
@ 2020-10-12  9:35 Naoki Hayama
  2020-10-12 10:22 ` Marek Vasut
  2020-10-23  0:30 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Naoki Hayama @ 2020-10-12  9:35 UTC (permalink / raw)
  To: u-boot

%s/Occured/Occurred/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
---

 drivers/usb/musb-new/musb_dsps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/musb-new/musb_dsps.c b/drivers/usb/musb-new/musb_dsps.c
index eb590885bc..f728d53fa4 100644
--- a/drivers/usb/musb-new/musb_dsps.c
+++ b/drivers/usb/musb-new/musb_dsps.c
@@ -338,7 +338,7 @@ static irqreturn_t dsps_interrupt(int irq, void *hci)
 	 * Also, DRVVBUS pulses for SRP (but not at 5V) ...
 	 */
 	if ((usbintr & MUSB_INTR_BABBLE) && is_host_enabled(musb))
-		pr_info("CAUTION: musb: Babble Interrupt Occured\n");
+		pr_info("CAUTION: musb: Babble Interrupt Occurred\n");
 
 	if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) {
 		int drvvbus = dsps_readl(reg_base, wrp->status);
-- 
2.17.1

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

* [PATCH] usb: musb-new: Fix typo in caution message
  2020-10-12  9:35 [PATCH] usb: musb-new: Fix typo in caution message Naoki Hayama
@ 2020-10-12 10:22 ` Marek Vasut
  2020-10-23  0:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2020-10-12 10:22 UTC (permalink / raw)
  To: u-boot

On 10/12/20 11:35 AM, Naoki Hayama wrote:
> %s/Occured/Occurred/

Applied, thanks.

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

* [PATCH] usb: musb-new: Fix typo in caution message
  2020-10-12  9:35 [PATCH] usb: musb-new: Fix typo in caution message Naoki Hayama
  2020-10-12 10:22 ` Marek Vasut
@ 2020-10-23  0:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-10-23  0:30 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 12, 2020 at 06:35:42PM +0900, Naoki Hayama wrote:

> %s/Occured/Occurred/
> 
> Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201022/e18ac10d/attachment.sig>

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

end of thread, other threads:[~2020-10-23  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  9:35 [PATCH] usb: musb-new: Fix typo in caution message Naoki Hayama
2020-10-12 10:22 ` Marek Vasut
2020-10-23  0:30 ` Tom Rini

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.