From: John Hurley <john.hur...@netronome.com> Date: Thu, 18 Apr 2019 01:05:39 +0100
> A recent addition to NFP introduced a function that formats a string with > a size_t variable. This is formatted with %ld which is fine on 64-bit > architectures but produces a compile warning on 32-bit architectures. > > Fix this by using the z length modifier. > > Fixes: a6156a6ab0f9 ("nfp: flower: handle merge hint messages") > Signed-off-by: John Hurley <john.hur...@netronome.com> > Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com> Applied, thanks.