From patchwork Mon Jan 16 17:27:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 122108 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 CD69D423F2; Mon, 16 Jan 2023 18:27:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7FBC40151; Mon, 16 Jan 2023 18:27:34 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id 4AA2440042 for ; Mon, 16 Jan 2023 18:27:34 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id v23so29759553pju.3 for ; Mon, 16 Jan 2023 09:27:34 -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:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=iNT3F+nMw0lEJWZsel0RldNrY6vJcxq0HPmMf4wpHto=; b=QW9aRJtj9oN3JlRB2FMW7KDQdCcGZGCMOXX9F6e9VyNTKMjt+FhREnciCsiD1MOiUT IZeQikBFt2GGPEUpmQ58UKcrgy29NdynH9ajpFRBhxs/oDLIMQIsZenkH/1ID6NLnUO9 WYAPurCwW7G14Trfi2eUOPev29v71/LRA7d0TFYvDtBDaomvq/IdAIzeYNWPaAL/25ej KKd1/0BMKCw6kOBzDqFs85neZ1VwZ8t5DnqyS1RHSLCJfGKOWaHK5n9gw50pyfeJG7M+ /24yRwHoLFMQLJ89AGD9wUCR2/O6kNqVQPy82lFtI19VbhRHYfjSV/XVHeF+XLGLBC18 FnDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=iNT3F+nMw0lEJWZsel0RldNrY6vJcxq0HPmMf4wpHto=; b=qShSKYKJpxrW6+uTWqyNtXoJqBOaECUIrxp/f7JgidJmkXECGgh5oYhBYgfsV57lZ3 vj6SE+QL6TvRfUOZk2BVrzfkMO421KbV9SbGxdfsGV6ltZqeTkZ1o1HjXShqSxPb0Noj mwnrtKFLZ497K79lBk2hdX0Wt/3LE31kLzxE7+yUb1iLSUWVr0BeCii8/Ri9gHv8Lutk nNUmGPf85CHT7Lw7uN3qy280T2fTMD4PC5FLuGDWm9hGtcnoR3luU6bQxAPxfz2SwOBE 6kjeeUn+3t9dlgTuOE2MnN7wioaPC9KoWTxeP+nsZK9wY+GZ5G3GnCX0MSLqZ/j9Czo8 q9QQ== X-Gm-Message-State: AFqh2kq3Q7KD3PLyRZNc3jxX7CVd06JH9DWLguiXOEGTkdKcFLzVic9j 3zSQTh7xMkXViLpvhpfOrbs56HdRTyvVAD2qHdE= X-Google-Smtp-Source: AMrXdXtP+dEj3D6U/QbQxJRKbETyV96VeICChnSwhzMkxLPsZHdAFrUP/M8NixXKuxQ6N9aZwteA2w== X-Received: by 2002:a17:902:a588:b0:189:894c:6b48 with SMTP id az8-20020a170902a58800b00189894c6b48mr482508plb.59.1673890053173; Mon, 16 Jan 2023 09:27:33 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id j3-20020a170902c3c300b001945b984341sm3992635plj.100.2023.01.16.09.27.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Jan 2023 09:27:32 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/7] space after keyword cleanups Date: Mon, 16 Jan 2023 09:27:24 -0800 Message-Id: <20230116172732.84976-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.0 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. 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 | 30 +++++++++++----------- app/test-pmd/parameters.c | 8 +++--- app/test-pmd/testpmd.c | 2 +- app/test/test_debug.c | 4 +-- app/test/test_hash.c | 6 ++--- app/test/test_malloc.c | 10 ++++---- app/test/test_mbuf.c | 12 ++++----- app/test/test_spinlock.c | 2 +- drivers/net/e1000/em_ethdev.c | 2 +- drivers/net/e1000/igb_ethdev.c | 8 +++--- 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 | 4 +-- examples/l3fwd/main.c | 4 +-- examples/multi_process/symmetric_mp/main.c | 4 +-- lib/cmdline/cmdline_rdline.c | 6 ++--- lib/ip_frag/rte_ipv4_reassembly.c | 2 +- 19 files changed, 61 insertions(+), 61 deletions(-)