[PATCH] Documentation: correct MSECS_MIN_AGE default value

From: Wang Kai
Date: Wed Apr 15 2015 - 07:50:13 EST


MSECS_MIN_AGE is actually 5000 in kmemleak.c, corret it in doc.

Signed-off-by: Wang Kai <morgan.wang@xxxxxxxxxx>
---
Documentation/kmemleak.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt
index 45e777f..df0be72cd 100644
--- a/Documentation/kmemleak.txt
+++ b/Documentation/kmemleak.txt
@@ -173,7 +173,7 @@ longer be scanned.

Some of the reported leaks are only transient, especially on SMP
systems, because of pointers temporarily stored in CPU registers or
-stacks. Kmemleak defines MSECS_MIN_AGE (defaulting to 1000) representing
+stacks. Kmemleak defines MSECS_MIN_AGE (defaulting to 5000) representing
the minimum age of an object to be reported as a memory leak.

Limitations and Drawbacks
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/