linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] semaphore.h: correct path in documentation
@ 2018-02-01 11:41 Tycho Andersen
  2018-02-13 15:28 ` [tip:locking/urgent] locking/semaphore: Update the file " tip-bot for Tycho Andersen
  0 siblings, 1 reply; 2+ messages in thread
From: Tycho Andersen @ 2018-02-01 11:41 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar; +Cc: linux-kernel, Tycho Andersen

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 <tycho@tycho.ws>
---
 include/linux/semaphore.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/semaphore.h b/include/linux/semaphore.h
index dc368b8ce215..11c86fbfeb98 100644
--- 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
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-13 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 11:41 [PATCH] semaphore.h: correct path in documentation Tycho Andersen
2018-02-13 15:28 ` [tip:locking/urgent] locking/semaphore: Update the file " tip-bot for Tycho Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).