[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190419.115658.1256508446592169585.davem@davemloft.net>
Date: Fri, 19 Apr 2019 11:56:58 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: john.hurley@...ronome.com
Cc: jakub.kicinski@...ronome.com, simon.horman@...ronome.com,
netdev@...r.kernel.org, oss-drivers@...ronome.com
Subject: Re: [PATCH net-next 1/1] nfp: flower: fix size_t compile warning
From: John Hurley <john.hurley@...ronome.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.hurley@...ronome.com>
> Acked-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
Applied, thanks.
Powered by blists - more mailing lists