projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e0239
)
locking/semaphore: Update the file path in documentation
author
Tycho Andersen
<
[email protected]
>
Thu, 1 Feb 2018 11:41:19 +0000
(12:41 +0100)
committer
Ingo Molnar
<
[email protected]
>
Tue, 13 Feb 2018 14:00:06 +0000
(15:00 +0100)
While reading this header I noticed that the locking stuff has moved to
kernel/locking/*, so update the path in semaphore.h to point to that.
Signed-off-by: Tycho Andersen <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
include/linux/semaphore.h
patch
|
blob
|
history
diff --git
a/include/linux/semaphore.h
b/include/linux/semaphore.h
index dc368b8ce215ccc0f6a2b44a16dd2aaa603dbcd1..11c86fbfeb985429e11df0b2f9f7fc9767b5ba3e 100644
(file)
--- a/
include/linux/semaphore.h
+++ b/
include/linux/semaphore.h
@@
-4,7
+4,7
@@
*
* Distributed under the terms of the GNU GPL, version 2
*
- * Please see kernel/semaphore.c for documentation of these functions
+ * Please see kernel/
locking/
semaphore.c for documentation of these functions
*/
#ifndef __LINUX_SEMAPHORE_H
#define __LINUX_SEMAPHORE_H