public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]drivers/usb/host/ehci-sched.c Fix typo
@ 2010-08-03  3:37 Justin P. Mattock
  2010-08-03  3:52 ` Andrew Hendry
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2010-08-03  3:37 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

The below patch fixes a typo in a comment.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/usb/host/ehci-sched.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c
index 805ec63..3c170a9 100644
--- a/drivers/usb/host/ehci-sched.c
+++ b/drivers/usb/host/ehci-sched.c
@@ -1662,7 +1662,7 @@ itd_link_urb (
 
 #define	ISO_ERRS (EHCI_ISOC_BUF_ERR | EHCI_ISOC_BABBLE | EHCI_ISOC_XACTERR)
 
-/* Process and recycle a completed ITD.  Return true iff its urb completed,
+/* Process and recycle a completed ITD.  Return true if its urb completed,
  * and hence its completion callback probably added things to the hardware
  * schedule.
  *
-- 
1.7.1.rc1.21.gf3bd6


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

end of thread, other threads:[~2010-08-03  4:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03  3:37 [PATCH]drivers/usb/host/ehci-sched.c Fix typo Justin P. Mattock
2010-08-03  3:52 ` Andrew Hendry
2010-08-03  4:02   ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox