From: Sam Muhammed <jane.pnx9@gmail.com>
To: William Hubbs <w.d.hubbs@gmail.com>,
Chris Brannon <chris@the-brannons.com>,
Kirk Reiser <kirk@reisers.ca>,
Samuel Thibault <samuel.thibault@ens-lyon.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
outreachy-kernel@googlegroups.com
Cc: Sam Muhammed <jane.pnx9@gmail.com>
Subject: [PATCH v2 0/2] Staging: speakup: Misc cleanups and code reformatting.
Date: Mon, 23 Mar 2020 19:50:50 -0400 [thread overview]
Message-ID: <cover.1585006374.git.jane.pnx9@gmail.com> (raw)
Changes to clear multiple Checkpatch.pl CHECKs of
proper use of kmalloc(), and adding identifier names
to function declaration arguments.
All modifications made to match coding style and
to improve readability.
Changes in v2:
- Drop the first patch in the previous version:
Staging: speakup: Avoid multiple assignments.
This code is better with multiple assignments.
Sam Muhammed (2):
Staging: speakup: Use sizeof(*var) in kmalloc().
Staging: speakup: Add identifier name to function declaration
arguments.
drivers/staging/speakup/spk_ttyio.c | 2 +-
drivers/staging/speakup/spk_types.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
2.20.1
next reply other threads:[~2020-03-23 23:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 23:50 Sam Muhammed [this message]
2020-03-23 23:50 ` [PATCH v2 1/2] Staging: speakup: Use sizeof(*var) in kmalloc() Sam Muhammed
2020-03-24 0:25 ` Samuel Thibault
2020-03-24 10:45 ` [Outreachy kernel] " Sam Muhammed
2020-03-23 23:50 ` [PATCH v2 2/2] Staging: speakup: Add identifier name to function declaration arguments Sam Muhammed
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=cover.1585006374.git.jane.pnx9@gmail.com \
--to=jane.pnx9@gmail.com \
--cc=chris@the-brannons.com \
--cc=gregkh@linuxfoundation.org \
--cc=kirk@reisers.ca \
--cc=outreachy-kernel@googlegroups.com \
--cc=samuel.thibault@ens-lyon.org \
--cc=w.d.hubbs@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.