[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-2dd6fd2e999774041397f2a7da2e1d30b3a27c3a@git.kernel.org>
Date: Tue, 13 Feb 2018 07:28:46 -0800
From: tip-bot for Tycho Andersen <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: tglx@...utronix.de, hpa@...or.com, peterz@...radead.org,
linux-kernel@...r.kernel.org, mingo@...nel.org, tycho@...ho.ws,
torvalds@...ux-foundation.org
Subject: [tip:locking/urgent] locking/semaphore: Update the file path in
documentation
Commit-ID: 2dd6fd2e999774041397f2a7da2e1d30b3a27c3a
Gitweb: https://git.kernel.org/tip/2dd6fd2e999774041397f2a7da2e1d30b3a27c3a
Author: Tycho Andersen <tycho@...ho.ws>
AuthorDate: Thu, 1 Feb 2018 12:41:19 +0100
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Tue, 13 Feb 2018 15:00:06 +0100
locking/semaphore: Update the file path in documentation
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@...ho.ws>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/20180201114119.1090-1-tycho@tycho.ws
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
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 dc368b8..11c86fb 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
Powered by blists - more mailing lists