[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191030094222.GA678631@kroah.com>
Date: Wed, 30 Oct 2019 10:42:22 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Roi Martin <jroi.martin@...il.com>
Cc: valdis.kletnieks@...edu, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 6/6] staging: exfat: replace kmalloc with kmalloc_array
On Wed, Oct 30, 2019 at 02:03:28AM +0100, Roi Martin wrote:
> Replace expressions of the form:
> kmalloc(count * size, GFP_KERNEL);
> With:
> kmalloc_array(count, size, GFP_KERNEL);
>
> Signed-off-by: Roi Martin <jroi.martin@...il.com>
> ---
> drivers/staging/exfat/exfat_core.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
This patch failed to apply. Please fix it up and resend it as a new
version.
thanks,
greg k-h
Powered by blists - more mailing lists