diff options
author | Randy Dunlap <[email protected]> | 2019-03-28 20:44:36 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-03-29 10:01:38 -0700 |
commit | 2620327852478e695afb2eebe66c354b3bc456cc (patch) | |
tree | 728353f69cefd25ace3093776b16f736083a63a6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4462996ea3cc6bcf3c4efbd7bd2514a15dd8ece4 (diff) |
fs: fs_parser: fix printk format warning
Fix printk format warning (seen on i386 builds) by using ptrdiff format
specifier (%t):
fs/fs_parser.c:413:6: warning: format `%lu' expects argument of type `long unsigned int', but argument 3 has type `int' [-Wformat=]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Cc: David Howells <[email protected]>
Cc: Alexander Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions