commit | ce8eb2bf05042452107e489782105d2e235cbdd0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Mar 10 10:14:35 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Mar 10 10:14:35 2009 -0400 |
tree | f90790e543c221e3b0bac963bd8afa96e79a06ed | |
parent | 157587d7ac555458da9f682e3250135e468470a6 [diff] |
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 <akpm@linux-foundation.org> Signed-off-by: Steven Rostedt <srostedt@redhat.com>