2016-10-15 15:30:38

by Andreas Platschek

[permalink] [raw]
Subject: [PATCH] kmemleak: fix reference to Documentation

Documentation/kmemleak.txt was moved to Documentation/dev-tools/kmemleak.rst,
this fixes the reference to the new location.

Signed-off-by: Andreas Platschek <[email protected]>
---
mm/kmemleak.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index a5e453c..d00fae0 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
* ----------------
--
2.9.3


2016-10-17 09:45:12

by Catalin Marinas

[permalink] [raw]
Subject: Re: [PATCH] kmemleak: fix reference to Documentation

On Sat, Oct 15, 2016 at 03:22:26PM +0000, Andreas Platschek wrote:
> Documentation/kmemleak.txt was moved to Documentation/dev-tools/kmemleak.rst,
> this fixes the reference to the new location.
>
> Signed-off-by: Andreas Platschek <[email protected]>

In case Andrew picks this patch up:

Acked-by: Catalin Marinas <[email protected]>

Thanks.