2011-05-16 19:17:07

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH trivial] timers-howto: fix a typo ("unsgined")

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
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


2011-05-17 08:26:40

by Jesper Juhl

[permalink] [raw]
Subject: Re: [PATCH trivial] timers-howto: fix a typo ("unsgined")

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

> Signed-off-by: Jonathan Neuschäfer <[email protected]>
> ---
> 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 <[email protected]>


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

2011-05-17 08:52:19

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH trivial] timers-howto: fix a typo ("unsgined")

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

> Signed-off-by: Jonathan Neuschäfer <[email protected]>
> ---
> 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