DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] more null pointer check removal
@ 2022-06-22 18:51 Stephen Hemminger
  2022-06-22 18:51 ` [PATCH 1/3] vdpa/mlx5: remove unnecessary null check Stephen Hemminger
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stephen Hemminger @ 2022-06-22 18:51 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Reran the Cocci script to check for unnecessary null
pointer comparisons before free related functions.

Stephen Hemminger (3):
  vdpa/mlx5: remove unnecessary null check
  raw/ifpga: remove unnecessary null check
  dmap/dpaa2: remove unnecessary null check

 drivers/dma/dpaa2/dpaa2_qdma.c      | 6 ++----
 drivers/raw/ifpga/ifpga_rawdev.c    | 3 +--
 drivers/vdpa/mlx5/mlx5_vdpa_virtq.c | 3 +--
 3 files changed, 4 insertions(+), 8 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-24 12:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 18:51 [PATCH 0/3] more null pointer check removal Stephen Hemminger
2022-06-22 18:51 ` [PATCH 1/3] vdpa/mlx5: remove unnecessary null check Stephen Hemminger
2022-06-23  9:13   ` Matan Azrad
2022-06-22 18:51 ` [PATCH 2/3] raw/ifpga: " Stephen Hemminger
2022-06-22 18:51 ` [PATCH 3/3] dmap/dpaa2: " Stephen Hemminger
2022-06-22 19:05 ` [PATCH 0/3] more null pointer check removal Tyler Retzlaff
2022-06-23  0:43 ` fengchengwen
2022-06-24 12:39 ` David Marchand

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).