mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/7] VMCI: Adjustments for several function implementations
@ 2018-01-10 19:23 SF Markus Elfring
  2018-01-10 19:24 ` [PATCH 1/7] VMCI: Delete error messages for a failed memory allocation in seven functions SF Markus Elfring
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: SF Markus Elfring @ 2018-01-10 19:23 UTC (permalink / raw)
  To: kernel-janitors, Al Viro, Alexey Dobriyan, Andrew Morton,
	Arnd Bergmann, Dan Carpenter, Greg Kroah-Hartman,
	Gustavo A. R. Silva, Ingo Molnar, Masahiro Yamada
  Cc: LKML

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Wed, 10 Jan 2018 20:13:45 +0100

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (7):
  Delete error messages for a failed memory allocation in seven functions
  Improve a size determination in two functions
  Update a word in five comment lines
  Delete an unnecessary null pointer check in qp_broker_create()
  Delete an unnecessary variable initialisation in qp_broker_create()
  Less function calls in qp_broker_create() after error detection
  Adjust 32 checks for null pointers

 drivers/misc/vmw_vmci/vmci_context.c    | 24 +++++++-------
 drivers/misc/vmw_vmci/vmci_datagram.c   | 14 ++++----
 drivers/misc/vmw_vmci/vmci_doorbell.c   |  8 ++---
 drivers/misc/vmw_vmci/vmci_guest.c      | 16 +++------
 drivers/misc/vmw_vmci/vmci_host.c       | 10 ++----
 drivers/misc/vmw_vmci/vmci_queue_pair.c | 57 ++++++++++++++++-----------------
 6 files changed, 54 insertions(+), 75 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2018-01-10 19:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 19:23 [PATCH 0/7] VMCI: Adjustments for several function implementations SF Markus Elfring
2018-01-10 19:24 ` [PATCH 1/7] VMCI: Delete error messages for a failed memory allocation in seven functions SF Markus Elfring
2018-01-10 19:25 ` [PATCH 2/7] VMCI: Improve a size determination in two functions SF Markus Elfring
2018-01-10 19:27 ` [PATCH 3/7] VMCI: Update a word in five comment lines SF Markus Elfring
2018-01-10 19:28 ` [PATCH 4/7] VMCI: Delete an unnecessary null pointer check in qp_broker_create() SF Markus Elfring
2018-01-10 19:29 ` [PATCH 5/7] VMCI: Delete an unnecessary variable initialisation " SF Markus Elfring
2018-01-10 19:30 ` [PATCH 6/7] VMCI: Less function calls in qp_broker_create() after error detection SF Markus Elfring
2018-01-10 19:32 ` [PATCH 7/7] VMCI: Adjust 32 checks for null pointers SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome