All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: speakup: Misc cleanups and code reformatting.
@ 2020-03-23 21:38 Sam Muhammed
  2020-03-23 21:38 ` [PATCH 1/3] Staging: speakup: Avoid multiple assignments Sam Muhammed
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sam Muhammed @ 2020-03-23 21:38 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
reformatting multiple assignments, proper use of
kmalloc(), and adding identifier names to function
declaration arguments.

All modifications made to match coding style and
to improve readability.

Sam Muhammed (3):
  Staging: speakup: Avoid multiple assignments.
  Staging: speakup: Use sizeof(*var) in kmalloc().
  Staging: speakup: Add identifier name to function declaration
    arguments.

 drivers/staging/speakup/main.c      | 18 ++++++++++++------
 drivers/staging/speakup/spk_ttyio.c |  2 +-
 drivers/staging/speakup/spk_types.h |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

---
2.20.1



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

end of thread, other threads:[~2020-03-23 23:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 21:38 [PATCH 0/3] Staging: speakup: Misc cleanups and code reformatting Sam Muhammed
2020-03-23 21:38 ` [PATCH 1/3] Staging: speakup: Avoid multiple assignments Sam Muhammed
2020-03-23 22:13   ` Samuel Thibault
2020-03-23 23:13     ` [Outreachy kernel] " Sam Muhammed
2020-03-23 23:20       ` Samuel Thibault
2020-03-23 23:27         ` Sam Muhammed
2020-03-23 21:38 ` [PATCH 2/3] Staging: speakup: Use sizeof(*var) in kmalloc() Sam Muhammed
2020-03-23 22:14   ` Samuel Thibault
2020-03-23 21:38 ` [PATCH 3/3] Staging: speakup: Add identifier name to function declaration arguments Sam Muhammed
2020-03-23 22:14   ` Samuel Thibault

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.