From: Dave Penkler <dpenkler@gmail.com>
To: Rohit Chavan <roheetchavan@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] staging: gpib: Replace kmalloc/memset with kzalloc.
Date: Wed, 16 Oct 2024 14:49:54 +0200 [thread overview]
Message-ID: <Zw-2cszB8TisYXU3@egonzo> (raw)
In-Reply-To: <20241016103406.1618448-1-roheetchavan@gmail.com>
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@gmail.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@gmail.com>
prev parent reply other threads:[~2024-10-16 12:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-16 10:34 [PATCH v2] staging: gpib: Replace kmalloc/memset with kzalloc Rohit Chavan
2024-10-16 12:49 ` Dave Penkler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zw-2cszB8TisYXU3@egonzo \
--to=dpenkler@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=roheetchavan@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.