From 72518320023a33dc600f32a229beb6e300bf9fb5 Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Wed, 29 Apr 2009 21:54:51 +0100 Subject: [PATCH] --- yaml --- r: 145946 b: refs/heads/master c: 23b94b967f118bef941369238f33c8140be46539 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/rtmutex.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 99ec1bea1155..7e05519909af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b1fca26631f76a5e8b18435a43f5d82b8734da4b +refs/heads/master: 23b94b967f118bef941369238f33c8140be46539 diff --git a/trunk/kernel/rtmutex.c b/trunk/kernel/rtmutex.c index 69d9cb921ffa..013882e83497 100644 --- a/trunk/kernel/rtmutex.c +++ b/trunk/kernel/rtmutex.c @@ -864,9 +864,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) @@ -913,7 +913,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 *