[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0812100642010.5912@gandalf.stny.rr.com>
Date: Wed, 10 Dec 2008 06:42:19 -0500 (EST)
From: Steven Rostedt <rostedt@...dmis.org>
To: Sven-Thorsten Dietrich <sven@...bigcorporation.com>
cc: LKML <linux-kernel@...r.kernel.org>,
linux-rt-users <linux-rt-users@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
Clark Williams <clark.williams@...il.com>,
Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Gregory Haskins <ghaskins@...ell.com>,
Darren Hart <dvhltc@...ibm.com>
Subject: Re: [PATCH][RT] lock.h: fix spelling of contended
On Tue, 9 Dec 2008, Sven-Thorsten Dietrich wrote:
> Maybe it'll save you a half second...
>
> Signed-off-by: Sven-Thorsten Dietrich <sven@...bigcorporation.com>
>
> diff --git a/include/linux/lock.h b/include/linux/lock.h
> index e0d10d6..785bf7d 100644
> --- a/include/linux/lock.h
> +++ b/include/linux/lock.h
> @@ -11,7 +11,7 @@
> #define DEFINE_LOCK(l) DEFINE_SPINLOCK(l)
> #define lock_init(l) spin_lock_init(l)
> #define lock_is_locked(l) spin_is_locked(l)
> -#define lock_is_contended(l) spin_is_conteted(l)
> +#define lock_is_contended(l) spin_is_contended(l)
> #define lock_can_lock(l) spin_can_lock(l)
> #define assert_lock_locked(l) assert_spin_locked(l)
Thanks, I already fixed it though ;-)
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists