All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial] timers-howto: fix a typo ("unsgined")
@ 2011-05-16 19:15 Jonathan Neuschäfer
  2011-05-17  8:19 ` Jesper Juhl
  2011-05-17  8:52 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Neuschäfer @ 2011-05-16 19:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jiri Kosina, Thomas Gleixner, Randy Dunlap, linux-doc,
	Jonathan Neuschäfer

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/timers/timers-howto.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/timers/timers-howto.txt b/Documentation/timers/timers-howto.txt
index c9ef29d..038f8c7 100644
--- a/Documentation/timers/timers-howto.txt
+++ b/Documentation/timers/timers-howto.txt
@@ -24,7 +24,7 @@ ATOMIC CONTEXT:
 
 	ndelay(unsigned long nsecs)
 	udelay(unsigned long usecs)
-	mdelay(unsgined long msecs)
+	mdelay(unsigned long msecs)
 
 	udelay is the generally preferred API; ndelay-level
 	precision may not actually exist on many non-PC devices.
-- 
1.7.5.134.g1c08b


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

* Re: [PATCH trivial] timers-howto: fix a typo ("unsgined")
  2011-05-16 19:15 [PATCH trivial] timers-howto: fix a typo ("unsgined") Jonathan Neuschäfer
@ 2011-05-17  8:19 ` Jesper Juhl
  2011-05-17  8:52 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2011-05-17  8:19 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-kernel, Jiri Kosina, Thomas Gleixner, Randy Dunlap, linux-doc

[-- Attachment #1: Type: TEXT/PLAIN, Size: 957 bytes --]

On Mon, 16 May 2011, Jonathan Neuschäfer wrote:

> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/timers/timers-howto.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/timers/timers-howto.txt b/Documentation/timers/timers-howto.txt
> index c9ef29d..038f8c7 100644
> --- a/Documentation/timers/timers-howto.txt
> +++ b/Documentation/timers/timers-howto.txt
> @@ -24,7 +24,7 @@ ATOMIC CONTEXT:
>  
>  	ndelay(unsigned long nsecs)
>  	udelay(unsigned long usecs)
> -	mdelay(unsgined long msecs)
> +	mdelay(unsigned long msecs)
>  
>  	udelay is the generally preferred API; ndelay-level
>  	precision may not actually exist on many non-PC devices.

Looks good to me.

Reviewed-by: Jesper Juhl <jj@chaosbits.net>


-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

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

* Re: [PATCH trivial] timers-howto: fix a typo ("unsgined")
  2011-05-16 19:15 [PATCH trivial] timers-howto: fix a typo ("unsgined") Jonathan Neuschäfer
  2011-05-17  8:19 ` Jesper Juhl
@ 2011-05-17  8:52 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2011-05-17  8:52 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-kernel, Thomas Gleixner, Randy Dunlap, linux-doc

On Mon, 16 May 2011, Jonathan Neuschäfer wrote:

> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/timers/timers-howto.txt |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/timers/timers-howto.txt b/Documentation/timers/timers-howto.txt
> index c9ef29d..038f8c7 100644
> --- a/Documentation/timers/timers-howto.txt
> +++ b/Documentation/timers/timers-howto.txt
> @@ -24,7 +24,7 @@ ATOMIC CONTEXT:
>  
>  	ndelay(unsigned long nsecs)
>  	udelay(unsigned long usecs)
> -	mdelay(unsgined long msecs)
> +	mdelay(unsigned long msecs)
>  
>  	udelay is the generally preferred API; ndelay-level
>  	precision may not actually exist on many non-PC devices.

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs

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

end of thread, other threads:[~2011-05-17  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-16 19:15 [PATCH trivial] timers-howto: fix a typo ("unsgined") Jonathan Neuschäfer
2011-05-17  8:19 ` Jesper Juhl
2011-05-17  8:52 ` Jiri Kosina

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.