All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sven-Thorsten Dietrich <sven@thebigcorporation.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-rt-users <linux-rt-users@vger.kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Clark Williams <clark.williams@gmail.com>,
	Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
	Gregory Haskins <ghaskins@novell.com>,
	Darren Hart <dvhltc@us.ibm.com>
Subject: [PATCH][RT] lock.h: fix spelling of contended
Date: Tue, 09 Dec 2008 22:35:20 -0800	[thread overview]
Message-ID: <1228890920.9542.2.camel@dd> (raw)
In-Reply-To: <alpine.DEB.1.10.0812090946210.16798@gandalf.stny.rr.com>

Maybe it'll save you a half second...

Signed-off-by: Sven-Thorsten Dietrich <sven@thebigcorporation.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)
 



  parent reply	other threads:[~2008-12-10  6:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-09 16:13 [ANNOUNCE] The -rt git tree Steven Rostedt
2008-12-09 17:08 ` Frédéric Weisbecker
2008-12-09 17:52   ` Steven Rostedt
2008-12-09 18:37     ` Frédéric Weisbecker
2008-12-09 20:06     ` Remy Bohmer
2008-12-09 20:17       ` Steven Rostedt
2008-12-10  6:35 ` Sven-Thorsten Dietrich [this message]
2008-12-10  6:53   ` [PATCH][RT] Compile-time fix Sven-Thorsten Dietrich
2008-12-10  6:53     ` Sven-Thorsten Dietrich
2008-12-10 11:46     ` Steven Rostedt
2008-12-10 16:23       ` Gregory Haskins
2008-12-10 17:47         ` Steven Rostedt
2008-12-10 11:42   ` [PATCH][RT] lock.h: fix spelling of contended Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1228890920.9542.2.camel@dd \
    --to=sven@thebigcorporation.com \
    --cc=acme@ghostprotocols.net \
    --cc=clark.williams@gmail.com \
    --cc=dvhltc@us.ibm.com \
    --cc=ghaskins@novell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.