Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752926AbYLJLmf (ORCPT ); Wed, 10 Dec 2008 06:42:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751054AbYLJLmX (ORCPT ); Wed, 10 Dec 2008 06:42:23 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:37452 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbYLJLmX (ORCPT ); Wed, 10 Dec 2008 06:42:23 -0500 Date: Wed, 10 Dec 2008 06:42:19 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Sven-Thorsten Dietrich cc: LKML , linux-rt-users , Peter Zijlstra , Clark Williams , Ingo Molnar , Thomas Gleixner , Arnaldo Carvalho de Melo , Gregory Haskins , Darren Hart Subject: Re: [PATCH][RT] lock.h: fix spelling of contended In-Reply-To: <1228890920.9542.2.camel@dd> Message-ID: References: <1228890920.9542.2.camel@dd> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 29 On Tue, 9 Dec 2008, Sven-Thorsten Dietrich wrote: > Maybe it'll save you a half second... > > Signed-off-by: Sven-Thorsten Dietrich > > 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/