linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] mm/kmemleak.c: Use %u to print ->checksum.
@ 2013-05-14 11:49 majianpeng
  0 siblings, 0 replies; only message in thread
From: majianpeng @ 2013-05-14 11:49 UTC (permalink / raw)
  To: catalin.marinas; +Cc: linux-mm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
---
 mm/kmemleak.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index c8d7f31..b1525db 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -386,7 +386,7 @@ static void dump_object_info(struct kmemleak_object *object)
     pr_notice("  min_count = %d\n", object->min_count);
     pr_notice("  count = %d\n", object->count);
     pr_notice("  flags = 0x%lx\n", object->flags);
-    pr_notice("  checksum = %d\n", object->checksum);
+    pr_notice("  checksum = %u\n", object->checksum);
     pr_notice("  backtrace:\n");
     print_stack_trace(&trace, 4);
 }
-- 
1.8.3.rc1.44.gb387c77



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-mm-kmemleak.c-Use-u-to-print-checksum.patch --]
[-- Type: text/x-patch; name="0001-mm-kmemleak.c-Use-u-to-print-checksum.patch", Size: 0 bytes --]



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-14 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-14 11:49 [PATCH 1/3] mm/kmemleak.c: Use %u to print ->checksum majianpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox