aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Platschek <[email protected]>2016-12-12 16:42:01 -0800
committerLinus Torvalds <[email protected]>2016-12-12 18:55:07 -0800
commit22901c6c9f93058c3803d343db02c14e870e3545 (patch)
treed2455f23d1bbc652a861a049ab548b3c3721ad6e
parent8bea805207500068b70778b707299a9b5920ca72 (diff)
kmemleak: fix reference to Documentation
Documentation/kmemleak.txt was moved to Documentation/dev-tools/kmemleak.rst, this fixes the reference to the new location. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Andreas Platschek <[email protected]> Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/kmemleak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index d1380ed93fdf..da3436953022 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -19,7 +19,7 @@
*
*
* For more information on the algorithm and kmemleak usage, please see
- * Documentation/kmemleak.txt.
+ * Documentation/dev-tools/kmemleak.rst.
*
* Notes on locking
* ----------------