[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <699ab063-64d3-0c9d-f3eb-8e38aa9c5f5d@embeddedor.com>
Date: Tue, 15 Jan 2019 17:03:48 -0600
From: "Gustavo A. R. Silva" <gustavo@...eddedor.com>
To: Jason Gunthorpe <jgg@...pe.ca>
Cc: Leon Romanovsky <leon@...nel.org>,
Doug Ledford <dledford@...hat.com>, linux-rdma@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RDMA/mlx5: Replace kzalloc with kcalloc
On 1/15/19 4:54 PM, Jason Gunthorpe wrote:
> On Tue, Jan 15, 2019 at 12:00:48AM -0600, Gustavo A. R. Silva wrote:
>> Replace kzalloc() function with its 2-factor argument form, kcalloc().
>>
>> This patch replaces cases of:
>>
>> kzalloc(a * b, gfp)
>>
>> with:
>> kcalloc(a, b, gfp)
>>
>> This code was detected with the help of Coccinelle.
>>
>> Signed-off-by: Gustavo A. R. Silva <gustavo@...eddedor.com>
>> Acked-by: Leon Romanovsky <leonro@...lanox.com>
>> ---
>> drivers/infiniband/hw/mlx5/main.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Applied to for-next
>
Thank you both, Leon and Jason.
--
Gustavo
Powered by blists - more mailing lists