From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CB16C42822; Thu, 23 Mar 2023 10:33:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A86EF4021E; Thu, 23 Mar 2023 10:33:17 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 93DBC4021D for ; Thu, 23 Mar 2023 10:33:16 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3E0B35C0110; Thu, 23 Mar 2023 05:33:16 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 23 Mar 2023 05:33:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm2; t= 1679563996; x=1679650396; bh=s62Nw4mwCr3WyWmAUVyVMeAdUYioUU23xd/ XfajTXGk=; b=D9+5TOMQUmLBCvnKHhn0L/yARgZOpqQJOlWdAEpozpA+l4wiA1V 4hkVvda+lDyU6P9mU1vpqYdatCDtuIHfB5SJ9MPSfNFQOBNLXOlY5bn4dpxC9rqj gnQE/YfFZQMzg8lCCXAYVbjdw/87iFTBR4nygx54z0C3DF3QxoMojC9C39fT76Bi Nnks3UoENsG0NNePM6HNNwdC3g5mNeDzDR/eiXde1b+AKCaW0VCRLFApkYgSiFgH jcxDeAdfIWrO6nsOapzryAf4Jw+DonBobKoxTN8t6hU4CVWnDlVPSYBnuRld0EcI VrHaCf4n9fyqfbOQUSa1lR7OYS4K9KEV1WQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1679563996; x=1679650396; bh=s62Nw4mwCr3WyWmAUVyVMeAdUYioUU23xd/ XfajTXGk=; b=b400PD9uUvf7c1Do6UUCn91+80DwueevbY8VMwz74slbCBQbzCS zWYwiJcySaI8eBizJ6/y1Yi+2PK3unXC2zQj/G/jfOBEr0G11Vww8i2R++vqsBxd Yr0Ywo1WE5DJdlOkpHllxUJ/26wfZOKpBYOBwO0KrSnR28xCILsZClxWpo1TldyH vhLA6nbsxDHZd0zHMSLX2jHTnBPPj7WUGNRAsnzG4SOIZrhX/j7NMONpmBIjA/zJ WpemDXJ4MBMKMMFtySYiAzW+8i8QdpU7SvSqOCjK21/aF66x3geQ/aTXcg4oUCor OES28oj5Hoi1NGRdbbuxwlSlqNowPVqHSIA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdeggedgtdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 23 Mar 2023 05:33:15 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Subject: Re: [PATCH 0/4] Remove unnecessary null free checks Date: Thu, 23 Mar 2023 10:33:13 +0100 Message-ID: <2990120.687JKscXgg@thomas> In-Reply-To: <20230323010428.64020-1-stephen@networkplumber.org> References: <20230323010428.64020-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 23/03/2023 02:04, Stephen Hemminger: > These were produced by using coccinelle script. > $ ./devtools/cocci.sh ./devtools/cocci/nullfree.cocci > > Stephen Hemminger (4): > mldev: remove unnecessary null free checks > ml/cnkx: remove unnecessary null checks > graph: remove unnicessary null checks > examples/fips_validation: remove unneeded null checks Fixed typos in titles and applied, thanks.