From f32143a2fedfa299d790ca96bff9b1d2e2d6996b Mon Sep 17 00:00:00 2001 From: WANG Cong Date: Tue, 16 Oct 2007 23:31:29 -0700 Subject: [PATCH] Documentation/vm/slabinfo.c: clean up this code This patch does the following cleanups for Documentation/vm/slabinfo.c: - Fix two memory leaks; - Constify some char pointers; - Use snprintf instead of sprintf in case of buffer overflow; - Fix some indentations; - Other little improvements. Acked-by: Christoph Lameter Signed-off-by: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed