All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Staging: speakup: Misc cleanups and code reformatting.
@ 2020-03-23 23:50 Sam Muhammed
  2020-03-23 23:50 ` [PATCH v2 1/2] Staging: speakup: Use sizeof(*var) in kmalloc() Sam Muhammed
  2020-03-23 23:50 ` [PATCH v2 2/2] Staging: speakup: Add identifier name to function declaration arguments Sam Muhammed
  0 siblings, 2 replies; 5+ messages in thread
From: Sam Muhammed @ 2020-03-23 23:50 UTC (permalink / raw)
  To: William Hubbs, Chris Brannon, Kirk Reiser, Samuel Thibault,
	Greg Kroah-Hartman, outreachy-kernel
  Cc: Sam Muhammed

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-24 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 23:50 [PATCH v2 0/2] Staging: speakup: Misc cleanups and code reformatting Sam Muhammed
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

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.