From: Steven Rostedt 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 --- kernel/rtmutex.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/rtmutex.c~reference-rt-mutex-design-in-rtmutexc kernel/rtmutex.c --- a/kernel/rtmutex.c~reference-rt-mutex-design-in-rtmutexc +++ a/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 _