Re: [PATCH bpf-next] nfp: bpf: correct printk formats for size_t

2017-12-15 Thread Daniel Borkmann
On 12/15/2017 07:39 PM, Jakub Kicinski wrote: > Build bot reported warning about invalid printk formats on 32bit > architectures. Use %zu for size_t and %zd ptr diff. > > Signed-off-by: Jakub Kicinski Applied to bpf-next, thanks Jakub.

[PATCH bpf-next] nfp: bpf: correct printk formats for size_t

2017-12-15 Thread Jakub Kicinski
Build bot reported warning about invalid printk formats on 32bit architectures. Use %zu for size_t and %zd ptr diff. Signed-off-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/bpf/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/netro