On Thu, Jun 04, 2020 at 09:30:12PM -0500, Tom Seewald wrote: > Variables of type size_t should use %zu rather than %lu [1]. The variables > "inlen", "ucmd", "last", and "size" are all size_t, so use the correct > format specifiers. > > [1] https://www.kernel.org/doc/html/latest/core-api/printk-formats.html > > Signed-off-by: Tom Seewald <tseewald@xxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/qp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, Acked-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>