From patchwork Tue Nov 17 17:14:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 84272 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BBBC7A04E6; Tue, 17 Nov 2020 18:14:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 19F4C37B1; Tue, 17 Nov 2020 18:14:48 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5E4D4F3E for ; Tue, 17 Nov 2020 18:14:45 +0100 (CET) IronPort-SDR: 7ifzJ7Xy5EyEIL5n1X6sxd6et//VY71o0Tv5hbh3ZTnf6cKw9ZABZjtGZe+ld0OiWZABlDkGWP ZrNQYVt/sJ5g== X-IronPort-AV: E=McAfee;i="6000,8403,9808"; a="171066343" X-IronPort-AV: E=Sophos;i="5.77,486,1596524400"; d="scan'208";a="171066343" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2020 09:14:43 -0800 IronPort-SDR: xnBSdAF8UwMggwVpLYP+8GcyX9og5U9xPiNTMNLs11RDiLkDDPNaFRk76LVNkRC2BeOT8ZVFze iBUUpj/Cdayg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,486,1596524400"; d="scan'208";a="330146779" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by orsmga006.jf.intel.com with ESMTP; 17 Nov 2020 09:14:42 -0800 From: Ferruh Yigit To: Cc: Ferruh Yigit , dev@dpdk.org Date: Tue, 17 Nov 2020 17:14:31 +0000 Message-Id: <20201117171435.2303641-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/4] cppcheck X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix a few of issues identified by cppcheck Ferruh Yigit (4): app/procinfo: fix redundant condition app/procinfo: fix negative check on unsigned variable app/procinfo: remove suspicious sizeof app/procinfo: remove useless assignment app/proc-info/main.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-)