From: Andreas Platschek Date: Tue, 13 Dec 2016 00:42:01 +0000 (-0800) Subject: kmemleak: fix reference to Documentation X-Git-Tag: v4.14-rc1~1942^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22901c6c9f93058c3803d343db02c14e870e3545;p=platform%2Fkernel%2Flinux-rpi3.git 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 Acked-by: Catalin Marinas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/kmemleak.c b/mm/kmemleak.c index d1380ed..da34369 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 * ----------------