aboutsummaryrefslogtreecommitdiff
path: root/kernel/mutex-debug.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2006-01-10 23:15:02 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 14:27:59 -0800
commit02706647a49011ae1e7b4eca33e835d1681b094e (patch)
treeefe2f31fdecaf6585944e3b66fca6070d23fd9c4 /kernel/mutex-debug.c
parent58dc125a66145f45f239cd78db9410062dc0bcd4 (diff)
[PATCH] mutex: trivial whitespace cleanups
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/mutex-debug.c')
-rw-r--r--kernel/mutex-debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/mutex-debug.c b/kernel/mutex-debug.c
index 3dec7536378..6f829058ae4 100644
--- a/kernel/mutex-debug.c
+++ b/kernel/mutex-debug.c
@@ -459,4 +459,3 @@ void fastcall mutex_destroy(struct mutex *lock)
}
EXPORT_SYMBOL_GPL(mutex_destroy);
-