diff options
author | Andreas Platschek <andreas.platschek@opentech.at> | 2016-12-12 19:42:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-12 21:55:07 -0500 |
commit | 22901c6c9f93058c3803d343db02c14e870e3545 (patch) | |
tree | d2455f23d1bbc652a861a049ab548b3c3721ad6e /mm/kmemleak.c | |
parent | 8bea805207500068b70778b707299a9b5920ca72 (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/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.c | 2 |
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 @@ | |||
19 | * | 19 | * |
20 | * | 20 | * |
21 | * For more information on the algorithm and kmemleak usage, please see | 21 | * For more information on the algorithm and kmemleak usage, please see |
22 | * Documentation/kmemleak.txt. | 22 | * Documentation/dev-tools/kmemleak.rst. |
23 | * | 23 | * |
24 | * Notes on locking | 24 | * Notes on locking |
25 | * ---------------- | 25 | * ---------------- |