[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Zw-2cszB8TisYXU3@egonzo>
Date: Wed, 16 Oct 2024 14:49:54 +0200
From: Dave Penkler <dpenkler@...il.com>
To: Rohit Chavan <roheetchavan@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] staging: gpib: Replace kmalloc/memset with kzalloc.
On Wed, Oct 16, 2024 at 04:04:06PM +0530, Rohit Chavan wrote:
> This patch replaces kmalloc + memset with kzalloc in the GPIB driver.
>
> Signed-off-by: Rohit Chavan <roheetchavan@...il.com>
> ---
> Changes since v1:
> - Merge similar patches in single one
> - Make commit message concise
> ---
> drivers/staging/gpib/agilent_82350b/agilent_82350b.c | 3 +--
> drivers/staging/gpib/cb7210/cb7210.c | 3 +--
> drivers/staging/gpib/gpio/gpib_bitbang.c | 3 +--
> drivers/staging/gpib/hp_82335/hp82335.c | 3 +--
> drivers/staging/gpib/hp_82341/hp_82341.c | 3 +--
> drivers/staging/gpib/ines/ines_gpib.c | 3 +--
> drivers/staging/gpib/tnt4882/mite.c | 4 +---
> drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 3 +--
> 8 files changed, 8 insertions(+), 17 deletions(-)
>
Reviewed-by: Dave Penkler <dpenkler@...il.com>
Powered by blists - more mailing lists