diff options
| author | Andreas Platschek | 2016-12-13 00:42:01 +0000 |
|---|---|---|
| committer | Linus Torvalds | 2016-12-13 02:55:07 +0000 |
| commit | 22901c6c9f93058c3803d343db02c14e870e3545 (patch) | |
| tree | d2455f23d1bbc652a861a049ab548b3c3721ad6e | |
| parent | 8bea805207500068b70778b707299a9b5920ca72 (diff) | |
| download | blogic-22901c6c9f93058c3803d343db02c14e870e3545.tar.gz | |
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>
| -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 @@ * * * For more information on the algorithm and kmemleak usage, please see - * Documentation/kmemleak.txt. + * Documentation/dev-tools/kmemleak.rst. * * Notes on locking * ---------------- |