Prev: [tip:x86/setup] x86, setup: reorganize the early console setup
Next: memcg: use spinlock in page_cgroup instead of bit_spinlock
From: Andrew Hendry on 3 Aug 2010 00:00 This may have been intended, it means if and only if. http://en.wikipedia.org/wiki/Iff On Tue, Aug 3, 2010 at 1:37 PM, Justin P. Mattock <justinmattock(a)gmail.com> wrote: > The below patch fixes a typo in a comment. > > Signed-off-by: Justin P. Mattock <justinmattock(a)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 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo(a)vger.kernel.org > More majordomo info at �http://vger.kernel.org/majordomo-info.html > Please read the FAQ at �http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Justin P. Mattock on 3 Aug 2010 00:10
On 08/02/2010 08:52 PM, Andrew Hendry wrote: > This may have been intended, it means if and only if. > http://en.wikipedia.org/wiki/Iff > o.k.make sense to me.. > On Tue, Aug 3, 2010 at 1:37 PM, Justin P. Mattock > <justinmattock(a)gmail.com> wrote: >> The below patch fixes a typo in a comment. >> >> Signed-off-by: Justin P. Mattock<justinmattock(a)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 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo(a)vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at http://www.tux.org/lkml/ >> > cheers, Justin P. Mattock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |