From patchwork Mon Jan 16 17:51:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 122123 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D9915423F2; Mon, 16 Jan 2023 18:51:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F7A940151; Mon, 16 Jan 2023 18:51:31 +0100 (CET) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id 561D440042 for ; Mon, 16 Jan 2023 18:51:30 +0100 (CET) Received: by mail-pj1-f44.google.com with SMTP id q64so29822934pjq.4 for ; Mon, 16 Jan 2023 09:51:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=gTZDtecL+UCLrncQE/ngWHXiq2GeGWr1LHvVRXsyMyU=; b=xhfgBMEdXlkUVsvQat7+FIg5dKQ2N3crL/2hiEfGcGt0ecbYAIFv7k3YAXSmHFd+E3 h7U1gu0CGZ96AQNwQPrmJC4+N0wBSITGX+ZiLbsAbClC6u0kc2N1zgbVE1NFSrQa68a+ dg/hz18Mgku9y+HO+Pje2eSqKTMSNNjp9eg7vSrh+oMhB+qpfFRId01Oa4QgO4ddztLe hsYboy5/GdkYJ+KYHgl+JiJTR9qaNjs12J80w4V25976kyF/JVgp3LtZnChwN1VMb1jd 7jXcRs2/qX7Gd89SA6wLUoNPmNKJJmef6rKJaiZFMgOD+q0rcSGRuT9Rp6xuv7hgKk+z 1XFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gTZDtecL+UCLrncQE/ngWHXiq2GeGWr1LHvVRXsyMyU=; b=daMU1mPUjAXBPj0sa+mGc+j1zHyeArH1ouecuUMGaPI5Jz3UuGxbBmPXXM4r5D8Eqb I+6kcVaV/Qm7+tC0gpcp5173C/3oCIoaP1ClJCERAGimVko35zgX7VqqRHlI+4sixkTZ SgmjsmnBda4/A5fxwE0C0GiuNqn0/u8XrVou7mgIdBTy2GoHPtCnXivdH/xPoPV5xx08 vSf7yY8sRRT0XNoK8vKKwPWJHzIrqlsrt4AmLbXh9WaQgnaocPyozoFin9OlVN4b98GO mi1TNkPqrRrc4yBQtpsrJxKnM193Rocugqh0BrNBB9lPaT9zQjkchPw5uUXFlu/uRsIc 6C7Q== X-Gm-Message-State: AFqh2kr9Y/Wvf0XmdwPljiFjm6n/POj08M+WLxkaq+EUvzIJoRx2Zru7 wsPJ29uMQ9abqp7E4xjXRaLLKlKI7lMdQBrXYz4= X-Google-Smtp-Source: AMrXdXsoHteWltT8WveWqOTfkq+mlqtZE2pe3O9p76wMMuci6hWkUzhB+9Q06uk0CVuwHOisxHCBbA== X-Received: by 2002:a17:902:f786:b0:194:7aab:a1f4 with SMTP id q6-20020a170902f78600b001947aaba1f4mr525529pln.67.1673891489078; Mon, 16 Jan 2023 09:51:29 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id k15-20020a170902d58f00b001947c22185bsm5035795plh.184.2023.01.16.09.51.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Jan 2023 09:51:28 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v2 0/7] space after keyword cleanups Date: Mon, 16 Jan 2023 09:51:20 -0800 Message-Id: <20230116175127.87346-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230116172732.84976-1-stephen@networkplumber.org> References: <20230116172732.84976-1-stephen@networkplumber.org> MIME-Version: 1.0 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 These are the results of a script replacing 'if(' with 'if (' in various places. v2 - fix related style changes on same lines reported by checkpatch Stephen Hemminger (7): test: fix whitespace testpmd: fix whitespace net/e1000: fix whitespace i40e: fix whitespace examples: fix whitespace cmdline: fix whitespace ip_frag: fix whitespace app/test-pmd/cmdline.c | 33 +++++++++++----------- app/test-pmd/parameters.c | 11 ++++---- app/test-pmd/testpmd.c | 2 +- app/test/test_cmdline_cirbuf.c | 4 +-- app/test/test_debug.c | 6 ++-- app/test/test_hash.c | 10 +++---- app/test/test_lpm6_perf.c | 2 +- app/test/test_malloc.c | 14 ++++----- app/test/test_mbuf.c | 15 +++++----- app/test/test_ring_perf.c | 2 +- app/test/test_spinlock.c | 2 +- drivers/net/e1000/em_ethdev.c | 2 +- drivers/net/e1000/igb_ethdev.c | 16 +++++------ drivers/net/e1000/igb_pf.c | 2 +- drivers/net/e1000/igb_rxtx.c | 6 ++-- drivers/net/i40e/i40e_pf.c | 8 +++--- examples/ip_reassembly/main.c | 2 +- examples/l3fwd-power/main.c | 7 +++-- examples/l3fwd/main.c | 7 +++-- examples/multi_process/symmetric_mp/main.c | 4 +-- lib/cmdline/cmdline_rdline.c | 12 ++++---- lib/ip_frag/rte_ipv4_reassembly.c | 2 +- 22 files changed, 86 insertions(+), 83 deletions(-)