[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180201114119.1090-1-tycho@tycho.ws>
Date: Thu, 1 Feb 2018 12:41:19 +0100
From: Tycho Andersen <tycho@...ho.ws>
To: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>
Cc: linux-kernel@...r.kernel.org, Tycho Andersen <tycho@...ho.ws>
Subject: [PATCH] semaphore.h: correct 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>
---
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
Powered by blists - more mailing lists