On Sat, Feb 9, 2019 at 4:21 AM Randy Dunlap <[email protected]> wrote: > From: Randy Dunlap <[email protected]> > > 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=]
Now seen in upstream on all 32-bit platforms, I guess. > Signed-off-by: Randy Dunlap <[email protected]> > Cc: David Howells <[email protected]> > Cc: Alexander Viro <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

