Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757422AbZD2U6W (ORCPT ); Wed, 29 Apr 2009 16:58:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752077AbZD2U6N (ORCPT ); Wed, 29 Apr 2009 16:58:13 -0400 Received: from relay4.ptmail.sapo.pt ([212.55.154.24]:37581 "HELO sapo.pt" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751538AbZD2U6M (ORCPT ); Wed, 29 Apr 2009 16:58:12 -0400 X-AntiVirus: PTMail-AV 0.3-0.92.0 Date: Wed, 29 Apr 2009 21:54:51 +0100 From: Luis Henriques To: Ingo Molnar Cc: Thomas Gleixner , Steven Rostedt , linux-kernel@vger.kernel.org Subject: [[PATCH -tip] rtmutex.c: Documentation cleanup Message-ID: <20090429205451.GA23154@hades.domain.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1434 Lines: 44 Two minor updates on functions documentation: - Updated documentation for function rt_mutex_unlock(), which contained an incorrect name - Removed extra '*' from comment in function rt_mutex_destroy() Signed-off-by: Luis Henriques --- kernel/rtmutex.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/rtmutex.c b/kernel/rtmutex.c index fec77e7..820c5af 100644 --- a/kernel/rtmutex.c +++ b/kernel/rtmutex.c @@ -891,9 +891,9 @@ int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock, EXPORT_SYMBOL_GPL(rt_mutex_lock_interruptible); /** - * rt_mutex_lock_interruptible_ktime - lock a rt_mutex interruptible - * the timeout structure is provided - * by the caller + * rt_mutex_timed_lock - lock a rt_mutex interruptible + * the timeout structure is provided + * by the caller * * @lock: the rt_mutex to be locked * @timeout: timeout structure or NULL (no timeout) @@ -940,7 +940,7 @@ void __sched rt_mutex_unlock(struct rt_mutex *lock) } EXPORT_SYMBOL_GPL(rt_mutex_unlock); -/*** +/** * rt_mutex_destroy - mark a mutex unusable * @lock: the mutex to be destroyed * -- 1.6.2.4 -- 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/