tracing: fix printk format specifier
authorSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 14:14:35 +0000 (10:14 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 10 Mar 2009 14:14:35 +0000 (10:14 -0400)
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 <akpm@linux-foundation.org>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>

No differences found