aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-06-04 16:20:28 +0200
committerJiri Kosina <jkosina@suse.cz>2009-06-12 18:01:50 +0200
commit3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50 (patch)
tree4237e93f0952c07da3e9ed74bc18845f41136c7b /kernel
parenttrivial: Kconfig: .ko is normally not included in module names (diff)
downloadlinux-dev-3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50.tar.xz
linux-dev-3ac49a1c9928b4a242b3cb1d83bc1d5c9b8fcb50.zip
trivial: fix ETIMEOUT -> ETIMEDOUT typos
fix ETIMEOUT -> ETIMEDOUT typos Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rtmutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rtmutex.c b/kernel/rtmutex.c
index 820c5af44f3e..fcd107a78c5a 100644
--- a/kernel/rtmutex.c
+++ b/kernel/rtmutex.c
@@ -902,7 +902,7 @@ EXPORT_SYMBOL_GPL(rt_mutex_lock_interruptible);
* Returns:
* 0 on success
* -EINTR when interrupted by a signal
- * -ETIMEOUT when the timeout expired
+ * -ETIMEDOUT when the timeout expired
* -EDEADLK when the lock would deadlock (when deadlock detection is on)
*/
int