From: Steven Rostedt Date: Tue, 10 Mar 2009 14:14:35 +0000 (-0400) Subject: tracing: fix printk format specifier X-Git-Tag: v2.6.30-rc1~2^2~45^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8eb2bf05042452107e489782105d2e235cbdd0;p=pandora-kernel.git tracing: fix printk format specifier Impact: clean up The offsetof and sizeof are of type size_t, and instead of typecasting them to unsigned int for printk formatting, one could just use %zu. Reported-by: Andrew Morton Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed