[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1429098452-76677-1-git-send-email-morgan.wang@huawei.com>
Date: Wed, 15 Apr 2015 19:47:32 +0800
From: Wang Kai <morgan.wang@...wei.com>
To: <catalin.marinas@....com>, <rob@...dley.net>
CC: <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] Documentation: correct MSECS_MIN_AGE default value
MSECS_MIN_AGE is actually 5000 in kmemleak.c, corret it in doc.
Signed-off-by: Wang Kai <morgan.wang@...wei.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists