[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181206.000347.363769635369199993.davem@davemloft.net>
Date: Thu, 06 Dec 2018 00:03:47 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: jakub.audykowicz@...il.com
Cc: linux-sctp@...r.kernel.org, vyasevich@...il.com,
nhorman@...driver.com, marcelo.leitner@...il.com,
netdev@...r.kernel.org
Subject: Re: [PATCH net] sctp: fix pr_warn max_data argument type mismatch
From: Jakub Audykowicz <jakub.audykowicz@...il.com>
Date: Thu, 6 Dec 2018 08:58:37 +0100
> My previous patch introduced a compilation warning regarding a type
> mismatch (int vs size_t). This is a one-letter fix for good housekeeping.
>
> Signed-off-by: Jakub Audykowicz <jakub.audykowicz@...il.com>
Still wrong and I fixed it when I applied your patch.
You need to use the 'Z' prefix for size_t, so %Zu in this case.
Powered by blists - more mailing lists