All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Staging: kpc2000: kpc_dma: Clear Misc Checkpatch.pl WARNINGS.
@ 2020-03-24 21:09 Sam Muhammed
  2020-03-24 21:09 ` [PATCH 1/6] Staging: kpc2000: kpc_dma: Remove comparison to NULL Sam Muhammed
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Sam Muhammed @ 2020-03-24 21:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman, outreachy-kernel; +Cc: Sam Muhammed

This driver has multiple WARNINGS and CHECKS,
Changes been made to match coding style and standards.
Modifications:
	- Remove Comparison to NULL.
	- Proper usage of kzalloc().
	- Reformat single statement blocks.
	- Including preferred header.
	- Putting spaces around operators.
	- Using the proper SPDK comment style.

Sam Muhammed (6):
  Staging: kpc2000: kpc_dma: Remove comparison to NULL.
  Staging: kpc2000: kpc_dma: Use sizeof(*var) in kzalloc().
  Staging: kpc2000: kpc_dma: Remove unnecessary braces.
  Staging: kpc2000: kpc_dma: Use spaces around operators.
  Staging: kpc2000: kpc_dma: Include the preferred header.
  Staging: kpc2000: kpc_dma: Use the SPDK comment style.

 drivers/staging/kpc2000/kpc_dma/dma.c         |  9 ++--
 drivers/staging/kpc2000/kpc_dma/fileops.c     | 44 +++++++++----------
 .../staging/kpc2000/kpc_dma/kpc_dma_driver.c  |  9 ++--
 .../staging/kpc2000/kpc_dma/kpc_dma_driver.h  |  4 +-
 4 files changed, 31 insertions(+), 35 deletions(-)

---
2.20.1



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

end of thread, other threads:[~2020-03-30 14:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 21:09 [PATCH 0/6] Staging: kpc2000: kpc_dma: Clear Misc Checkpatch.pl WARNINGS Sam Muhammed
2020-03-24 21:09 ` [PATCH 1/6] Staging: kpc2000: kpc_dma: Remove comparison to NULL Sam Muhammed
2020-03-24 21:09 ` [PATCH 2/6] Staging: kpc2000: kpc_dma: Use sizeof(*var) in kzalloc() Sam Muhammed
2020-03-24 21:23   ` [Outreachy kernel] " Julia Lawall
2020-03-24 21:24   ` Julia Lawall
2020-03-25  8:10     ` Sam Muhammed
2020-03-25 13:01       ` Julia Lawall
2020-03-24 21:09 ` [PATCH 3/6] Staging: kpc2000: kpc_dma: Remove unnecessary braces Sam Muhammed
2020-03-24 21:23   ` [Outreachy kernel] " Julia Lawall
2020-03-24 21:09 ` [PATCH 4/6] Staging: kpc2000: kpc_dma: Use spaces around operators Sam Muhammed
2020-03-24 21:22   ` [Outreachy kernel] " Julia Lawall
2020-03-25  8:00     ` Sam Muhammed
2020-03-25 12:36       ` Greg Kroah-Hartman
2020-03-25 12:57         ` Sam Muhammed
2020-03-30  1:02           ` Stefano Brivio
2020-03-30 11:55             ` Sam Muhammed
2020-03-30 14:29               ` Stefano Brivio
2020-03-24 21:09 ` [PATCH 5/6] Staging: kpc2000: kpc_dma: Include the preferred header Sam Muhammed
2020-03-24 21:09 ` [PATCH 6/6] Staging: kpc2000: kpc_dma: Use the SPDK comment style 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.