Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information