diff options
author | Randy Dunlap <[email protected]> | 2012-10-20 18:59:31 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-10-22 08:56:34 +0300 |
commit | 0390c8835690506802fd5d54ea5444f0b9b1708b (patch) | |
tree | 189107b966d635ff78a652a860bacde25a3f8503 /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 4fe7e866a7d43479ac8d8a610023a9c9275f488f (diff) |
module_signing: fix printk format warning
Fix the warning:
kernel/module_signing.c:195:2: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'size_t'
by using the proper 'z' modifier for printing a size_t.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions