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

From: Jiri Kosina
Date: Tue May 17 2011 - 04:52:23 EST


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

> Signed-off-by: Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx>
> ---
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/