From: Steven Rostedt Date: Sun, 30 Jul 2006 10:04:03 +0000 (-0700) Subject: [PATCH] reference rt-mutex-design in rtmutex.c X-Git-Tag: v2.6.18-rc4~95 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d07fe82c24daab2360e2790f488bcffa7db74825;p=powerpc.git [PATCH] reference rt-mutex-design in rtmutex.c In order to prevent Doc Rot, this patch adds a reference to the design document for rtmutex.c in rtmutex.c. So when someone needs to update or change the design of that file they will know that a document actually exists that explains the design (helping them change it), and hopefully that they will update the document if they too change the design. Signed-off-by: Steven Rostedt Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/rtmutex.c b/kernel/rtmutex.c index d2ef13b485..3e13a1e585 100644 --- a/kernel/rtmutex.c +++ b/kernel/rtmutex.c @@ -7,6 +7,8 @@ * Copyright (C) 2005-2006 Timesys Corp., Thomas Gleixner * Copyright (C) 2005 Kihon Technologies Inc., Steven Rostedt * Copyright (C) 2006 Esben Nielsen + * + * See Documentation/rt-mutex-design.txt for details. */ #include #include