All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.5.x, 2.4.x ...] very small
@ 2003-02-21 14:25 javaman
  2003-02-21 15:10 ` Murray J. Root
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: javaman @ 2003-02-21 14:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

A very small patch (my first patch :-) for Documentation/spinlocks.txt:
it replace "IFF" with "IF" ;-)

bye,
Paolo

--- Documentation/spinlocks.txt.orig	Fri Feb 21 15:02:01 2003
+++ Documentation/spinlocks.txt	Fri Feb 21 15:02:44 2003
@@ -136,7 +136,7 @@
 
 If you have a case where you have to protect a data structure across
 several CPU's and you want to use spinlocks you can potentially use
-cheaper versions of the spinlocks. IFF you know that the spinlocks are
+cheaper versions of the spinlocks. IF you know that the spinlocks are
 never used in interrupt handlers, you can use the non-irq versions:
 
 	spin_lock(&lock);


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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
       [not found] <200302211454.h1LEsPh31866@neosilicon.transmeta.com>
@ 2003-02-21 15:08 ` Linus Torvalds
  2003-02-21 17:23   ` Paolo Ornati
  2003-02-21 19:31   ` Thomas Molina
  0 siblings, 2 replies; 8+ messages in thread
From: Linus Torvalds @ 2003-02-21 15:08 UTC (permalink / raw)
  To: javaman; +Cc: linux-kernel


On Fri, 21 Feb 2003, javaman wrote:
>
> A very small patch (my first patch :-) for Documentation/spinlocks.txt:
> it replace "IFF" with "IF" ;-)

The IFF is just a way of saying "if and only if". So it's not actually a
typo, it's just that some of the kernel people probably took a few too 
many courses in mathematics and their English-language skills were 
impacted by it.

			Linus


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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
  2003-02-21 14:25 [PATCH 2.5.x, 2.4.x ...] very small javaman
@ 2003-02-21 15:10 ` Murray J. Root
  2003-02-21 15:16 ` Brian Gerst
  2003-02-21 15:30 ` Dave Jones
  2 siblings, 0 replies; 8+ messages in thread
From: Murray J. Root @ 2003-02-21 15:10 UTC (permalink / raw)
  To: linux-kernel

On Fri, Feb 21, 2003 at 03:25:17PM +0100, javaman wrote:
> A very small patch (my first patch :-) for Documentation/spinlocks.txt:
> it replace "IFF" with "IF" ;-)
> 
> bye,
> Paolo
> 
> --- Documentation/spinlocks.txt.orig	Fri Feb 21 15:02:01 2003
> +++ Documentation/spinlocks.txt	Fri Feb 21 15:02:44 2003
> @@ -136,7 +136,7 @@
>  
>  If you have a case where you have to protect a data structure across
>  several CPU's and you want to use spinlocks you can potentially use
> -cheaper versions of the spinlocks. IFF you know that the spinlocks are
> +cheaper versions of the spinlocks. IF you know that the spinlocks are
>  never used in interrupt handlers, you can use the non-irq versions:
>  
>  	spin_lock(&lock);
> 

IFF is usually an abbreviation for "If and only if", not a typo.

-- 
Murray J. Root


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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
  2003-02-21 14:25 [PATCH 2.5.x, 2.4.x ...] very small javaman
  2003-02-21 15:10 ` Murray J. Root
@ 2003-02-21 15:16 ` Brian Gerst
  2003-02-21 15:30 ` Dave Jones
  2 siblings, 0 replies; 8+ messages in thread
From: Brian Gerst @ 2003-02-21 15:16 UTC (permalink / raw)
  To: javaman; +Cc: linux-kernel, torvalds

javaman wrote:
> A very small patch (my first patch :-) for Documentation/spinlocks.txt:
> it replace "IFF" with "IF" ;-)
> 
> bye,
> Paolo
> 
> --- Documentation/spinlocks.txt.orig	Fri Feb 21 15:02:01 2003
> +++ Documentation/spinlocks.txt	Fri Feb 21 15:02:44 2003
> @@ -136,7 +136,7 @@
>  
>  If you have a case where you have to protect a data structure across
>  several CPU's and you want to use spinlocks you can potentially use
> -cheaper versions of the spinlocks. IFF you know that the spinlocks are
> +cheaper versions of the spinlocks. IF you know that the spinlocks are
>  never used in interrupt handlers, you can use the non-irq versions:
>  
>  	spin_lock(&lock);
> 

This is wrong.  IFF means "If and only if".

--
				Brian Gerst



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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
  2003-02-21 14:25 [PATCH 2.5.x, 2.4.x ...] very small javaman
  2003-02-21 15:10 ` Murray J. Root
  2003-02-21 15:16 ` Brian Gerst
@ 2003-02-21 15:30 ` Dave Jones
  2003-02-21 17:03   ` Steven Cole
  2 siblings, 1 reply; 8+ messages in thread
From: Dave Jones @ 2003-02-21 15:30 UTC (permalink / raw)
  To: javaman; +Cc: linux-kernel, torvalds

On Fri, Feb 21, 2003 at 03:25:17PM +0100, javaman wrote:
 > A very small patch (my first patch :-) for Documentation/spinlocks.txt:
 > it replace "IFF" with "IF" ;-)

IFF is "If and only if"

I think its horrible too, but unfortunatly, its real..
http://www.m-w.com/cgi-bin/dictionary?va=IFF

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
  2003-02-21 15:30 ` Dave Jones
@ 2003-02-21 17:03   ` Steven Cole
  0 siblings, 0 replies; 8+ messages in thread
From: Steven Cole @ 2003-02-21 17:03 UTC (permalink / raw)
  To: Dave Jones; +Cc: javaman, Linux Kernel, Linus Torvalds

On Fri, 2003-02-21 at 08:30, Dave Jones wrote:
> On Fri, Feb 21, 2003 at 03:25:17PM +0100, javaman wrote:
>  > A very small patch (my first patch :-) for Documentation/spinlocks.txt:
>  > it replace "IFF" with "IF" ;-)
> 
> IFF is "If and only if"
> 
> I think its horrible too, but unfortunatly, its real..
> http://www.m-w.com/cgi-bin/dictionary?va=IFF
> 
> 		Dave

And you didn't like youu for "you and only you" too!

For the benefit of any of you trying your hand at fixing typos and
spelling, please make sure you're not "fixing" accepted British or
Canadian spelling.  See
http://www3.telus.net/linguisticsissues/BritishCanadianAmerican.htm

Many others can be found by Googling.  Hmm, my spelling checker doesn't
like googling yet.

Steven



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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
  2003-02-21 15:08 ` Linus Torvalds
@ 2003-02-21 17:23   ` Paolo Ornati
  2003-02-21 19:31   ` Thomas Molina
  1 sibling, 0 replies; 8+ messages in thread
From: Paolo Ornati @ 2003-02-21 17:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

On Friday 21 February 2003 16:08, you wrote:
> On Fri, 21 Feb 2003, javaman wrote:
> > A very small patch (my first patch :-) for Documentation/spinlocks.txt:
> > it replace "IFF" with "IF" ;-)
>
> The IFF is just a way of saying "if and only if". So it's not actually a
> typo, it's just that some of the kernel people probably took a few too
> many courses in mathematics and their English-language skills were
> impacted by it.
>
> 			Linus

... sorry, I'm Italian and my English isn't very well ;-)
next time I'll look at http://www.m-w.com/cgi-bin/dictionary?va=XX

BYE,
Paolo

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

* Re: [PATCH 2.5.x, 2.4.x ...] very small
  2003-02-21 15:08 ` Linus Torvalds
  2003-02-21 17:23   ` Paolo Ornati
@ 2003-02-21 19:31   ` Thomas Molina
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas Molina @ 2003-02-21 19:31 UTC (permalink / raw)
  To: Linux Kernel Mailing List

On Fri, 21 Feb 2003, Linus Torvalds wrote:

> The IFF is just a way of saying "if and only if". So it's not actually a
> typo, it's just that some of the kernel people probably took a few too 
> many courses in mathematics and their English-language skills were 
> impacted by it.

And the only people I ever heard use "impacted" were dentists, government 
bureaucrats, and military officers.


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

end of thread, other threads:[~2003-02-21 19:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-21 14:25 [PATCH 2.5.x, 2.4.x ...] very small javaman
2003-02-21 15:10 ` Murray J. Root
2003-02-21 15:16 ` Brian Gerst
2003-02-21 15:30 ` Dave Jones
2003-02-21 17:03   ` Steven Cole
     [not found] <200302211454.h1LEsPh31866@neosilicon.transmeta.com>
2003-02-21 15:08 ` Linus Torvalds
2003-02-21 17:23   ` Paolo Ornati
2003-02-21 19:31   ` Thomas Molina

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.