All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] usb: ci_udc: fix typo in debug message
@ 2014-06-25 17:03 Stephen Warren
  2014-06-25 20:20 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-06-25 17:03 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

s/ot/to/

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 drivers/usb/gadget/ci_udc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/gadget/ci_udc.c b/drivers/usb/gadget/ci_udc.c
index c3f6467b7db4..a6433e8d2d8d 100644
--- a/drivers/usb/gadget/ci_udc.c
+++ b/drivers/usb/gadget/ci_udc.c
@@ -471,10 +471,10 @@ static int ci_ep_queue(struct usb_ep *ep,
 static void flip_ep0_direction(void)
 {
 	if (ep0_desc.bEndpointAddress == USB_DIR_IN) {
-		DBG("%s: Flipping ep0 ot OUT\n", __func__);
+		DBG("%s: Flipping ep0 to OUT\n", __func__);
 		ep0_desc.bEndpointAddress = 0;
 	} else {
-		DBG("%s: Flipping ep0 ot IN\n", __func__);
+		DBG("%s: Flipping ep0 to IN\n", __func__);
 		ep0_desc.bEndpointAddress = USB_DIR_IN;
 	}
 }
-- 
1.8.1.5

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

* [U-Boot] [PATCH] usb: ci_udc: fix typo in debug message
  2014-06-25 17:03 [U-Boot] [PATCH] usb: ci_udc: fix typo in debug message Stephen Warren
@ 2014-06-25 20:20 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2014-06-25 20:20 UTC (permalink / raw)
  To: u-boot

On Wednesday, June 25, 2014 at 07:03:18 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> s/ot/to/
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

Applied, thanks.

Best regards,
Marek Vasut

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

end of thread, other threads:[~2014-06-25 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 17:03 [U-Boot] [PATCH] usb: ci_udc: fix typo in debug message Stephen Warren
2014-06-25 20:20 ` Marek Vasut

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.