[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c102fbd3-e8f0-1e83-db63-d9b11b632951@gmail.com>
Date: Thu, 6 Dec 2018 09:04:51 +0100
From: Jakub Audykowicz <jakub.audykowicz@...il.com>
To: David Miller <davem@...emloft.net>
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
On 2018-12-06 09:03, David Miller wrote:
> 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.
Right, I just realized that as well, thanks!
Powered by blists - more mailing lists