netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] netlink: Adjustments for __netlink_kernel_create()
@ 2023-12-31 17:40 Markus Elfring
  2023-12-31 17:42 ` [PATCH 1/4] netlink: Improve exception handling in __netlink_kernel_create() Markus Elfring
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Markus Elfring @ 2023-12-31 17:40 UTC (permalink / raw)
  To: netdev, kernel-janitors, Anjali Kulkarni, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Kuniyuki Iwashima, Paolo Abeni,
	Simon Horman
  Cc: LKML

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sun, 31 Dec 2023 18:26:38 +0100

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

Markus Elfring (4):
  Improve exception handling
  Move an assignment for the variable “sk”
  Delete an unnecessary variable initialisation
  Move an assignment for the variable “cb_mutex”

 net/netlink/af_netlink.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

--
2.43.0


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

end of thread, other threads:[~2024-01-01 18:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31 17:40 [PATCH 0/4] netlink: Adjustments for __netlink_kernel_create() Markus Elfring
2023-12-31 17:42 ` [PATCH 1/4] netlink: Improve exception handling in __netlink_kernel_create() Markus Elfring
2024-01-01 18:13   ` Stephen Hemminger
2023-12-31 17:44 ` [PATCH 2/4] netlink: Move an assignment for the variable “sk” " Markus Elfring
2024-01-01  0:54   ` kernel test robot
2024-01-01 10:22     ` Markus Elfring
2024-01-01 18:14   ` Stephen Hemminger
2023-12-31 17:46 ` [PATCH 3/4] netlink: Delete an unnecessary variable initialisation " Markus Elfring
2024-01-01 18:42   ` Stephen Hemminger
2023-12-31 17:48 ` [PATCH 4/4] netlink: Move an assignment for the variable “cb_mutex” " Markus Elfring
2024-01-01 18:18   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).