All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: correct MSECS_MIN_AGE default value
@ 2015-04-15 11:47 Wang Kai
  2015-04-15 15:08 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Kai @ 2015-04-15 11:47 UTC (permalink / raw)
  To: catalin.marinas, rob; +Cc: linux-doc, linux-kernel

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

Signed-off-by: Wang Kai <morgan.wang@huawei.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: correct MSECS_MIN_AGE default value
  2015-04-15 11:47 [PATCH] Documentation: correct MSECS_MIN_AGE default value Wang Kai
@ 2015-04-15 15:08 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2015-04-15 15:08 UTC (permalink / raw)
  To: Wang Kai; +Cc: rob, linux-doc, linux-kernel

On Wed, Apr 15, 2015 at 12:47:32PM +0100, Wang Kai wrote:
> MSECS_MIN_AGE is actually 5000 in kmemleak.c, corret it in doc.
                                                ^^^^^^
						s/corret/correct

> Signed-off-by: Wang Kai <morgan.wang@huawei.com>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-15 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 11:47 [PATCH] Documentation: correct MSECS_MIN_AGE default value Wang Kai
2015-04-15 15:08 ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.