summaryrefslogtreecommitdiffstats
path: root/mm/kmemleak.c
diff options
context:
space:
mode:
authorAndreas Platschek2016-12-13 01:42:01 +0100
committerLinus Torvalds2016-12-13 03:55:07 +0100
commit22901c6c9f93058c3803d343db02c14e870e3545 (patch)
treed2455f23d1bbc652a861a049ab548b3c3721ad6e /mm/kmemleak.c
parentmm/hugetlb.c: use huge_pte_lock instead of opencoding the lock (diff)
downloadkernel-qcow2-linux-22901c6c9f93058c3803d343db02c14e870e3545.tar.gz
kernel-qcow2-linux-22901c6c9f93058c3803d343db02c14e870e3545.tar.xz
kernel-qcow2-linux-22901c6c9f93058c3803d343db02c14e870e3545.zip
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/1476544946-18804-1-git-send-email-andreas.platschek@opentech.at Signed-off-by: Andreas Platschek <andreas.platschek@opentech.at> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/kmemleak.c')
-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
* ----------------