diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2019-03-29 04:44:36 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-29 18:01:38 +0100 |
commit | 2620327852478e695afb2eebe66c354b3bc456cc (patch) | |
tree | 728353f69cefd25ace3093776b16f736083a63a6 /fs/proc | |
parent | checkpatch: add %pt as a valid vsprintf extension (diff) | |
download | linux-2620327852478e695afb2eebe66c354b3bc456cc.tar.xz linux-2620327852478e695afb2eebe66c354b3bc456cc.zip |
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/19432668-ffd3-fbb2-af4f-1c8e48f6cc81@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions