locking/semaphore: Update the file path in documentation

"Linux Kernel Mailing List" <[email protected]> Thu, 15 Feb 2018 17:37:49 +0000 (UTC)
Newsgroups gmane.linux.kernel.commits.head
Message-ID <[email protected]>
Web:        https://git.kernel.org/torvalds/c/2dd6fd2e999774041397f2a7da2e1d30b3a27c3a
Commit:     2dd6fd2e999774041397f2a7da2e1d30b3a27c3a
Parent:     61e02392d3c7ecac1f91c0a90a8043d67e081846
Refname:    refs/heads/master
Author:     Tycho Andersen <[email protected]>
AuthorDate: Thu Feb 1 12:41:19 2018 +0100
Committer:  Ingo Molnar <[email protected]>
CommitDate: Tue Feb 13 15:00:06 2018 +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 <[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 | 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
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html