From patchwork Wed Nov 9 19:53:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 119651 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 011C8A034C; Wed, 9 Nov 2022 20:53:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D50E5400EF; Wed, 9 Nov 2022 20:53:37 +0100 (CET) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id A2C3B400D4 for ; Wed, 9 Nov 2022 20:53:35 +0100 (CET) Received: by mail-pj1-f47.google.com with SMTP id u8-20020a17090a5e4800b002106dcdd4a0so2873953pji.1 for ; Wed, 09 Nov 2022 11:53:35 -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=cmrvxp50c01jDWIsS4iSubz3OqvgYCJrTYX0rBuj8K8=; b=i2Cll+svkpMq0Gjrf7yGzvRCSOM3xp60EpGSwwfXgm7HAe0xXL1xeJ+SeyBfbhvzcH wnWHrXGW2gU8qi1nHCqeFqri4u/ppb5jSScqs/9CnRvxe9DLb9ANEpxm5/j4tZhjT3W1 2JM4PkXaNe4rRlQVJjKEWMMsVzUORa81kaYbZBaccN6iQ+Gc+NqmRJpG8CZFRvnXMRBO 2/3MHitDiqxXb9x2Bnz4gJGDrINjS7W+N4OJvxi8x/H400DiHfTws3Excwm5Z5cB+xJh TIMJAEkVwx/kRLP8HskF6qWiZ8zNwlDXyxT3GKTXDhDVjXoYlO7H7MAeMYG5JRAGBLgS Stsw== 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=cmrvxp50c01jDWIsS4iSubz3OqvgYCJrTYX0rBuj8K8=; b=0MH7qZRyi1YQhj/pr/WRA1M1P43AbNEhv5jCMS5aKESMOd2Kl9oxqEgzc1ePiVkw4T NI6rqK8hgbeKafv9mNkKhnfIgK9vJejNKuVn2af3MrWO7DlL0xqd3nB0txWqQldhWek1 kZZll7XuLmN2IiKK1SSPw5HgW951G+glVoPCDsecFWocu19XHirURM+1JBr78gAd1KCI 9mh4cqZ6kSraCe4hDgrayPFrgontWesKkNMbGV8v7YEphlavRifxS/x3mV1+Cyte6XZT HMeRzEmf5BFYTX/iAc6uj0HFZGFhNjI7BpAx+iXPXkeZ4qZvz3Msbt82nNHJf55VmF2f FZfQ== X-Gm-Message-State: ACrzQf2kWAc2dq26TaLJnNYPLF+zLNBbVw0IYq4NBqV537UlCPjZEn1O +7fiSWVURxxCKpdSqkV0N/Vy6GDdTgkCYw== X-Google-Smtp-Source: AMsMyM6ZtSG46DEXSKBhdY3gEfvTHIjNekmLJsbnh70giF9aPDhIPJ8vYnG+CpNoWIyBYNBYV39WVg== X-Received: by 2002:a17:90a:488c:b0:213:b4ad:7270 with SMTP id b12-20020a17090a488c00b00213b4ad7270mr60817652pjh.130.1668023614302; Wed, 09 Nov 2022 11:53:34 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id u14-20020a170902e5ce00b0017f778d4543sm9628875plf.241.2022.11.09.11.53.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 11:53:33 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v2 00/14] whitespace after keywords Date: Wed, 9 Nov 2022 11:53:17 -0800 Message-Id: <20221109195331.143473-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221109191445.140320-1-stephen@networkplumber.org> References: <20221109191445.140320-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 The DPDK standard now enforced through checkpatch is to use a space after keywords. Much of the older code that was grandfathered in doesn't follow that, so fix it. No urgency to this patchset, and it might just be viewed as churn. But I prefer to read code that looks all the same. “A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines. With consistency a great soul has simply nothing to do. He may as well concern himself with his shadow on the wall." -- Ralph Waldo Emerson v2 - fix related complaints from checkpatch if you touch a line, then it wants to make all the rules apply. Stephen Hemminger (14): eal: fix whitespace cmdline: fix whitespace timer: fix whitespace ip_frag: fix whitespace testpmd: fix whitespace test: fix whitespace examples/qos_sched: fix whitespace examples/vhost: fix whitespace l3fwd: fix whitespace examples: fix whitespace bus/pci: fix whitespace net/e1000: fix whitespace net/i40e: fix whitespace net/bnx2x: fix whitespace app/test-pmd/cmdline.c | 31 +++++++++++----------- app/test-pmd/parameters.c | 10 ++++--- app/test-pmd/testpmd.c | 2 +- app/test/test_cmdline_cirbuf.c | 4 +-- app/test/test_debug.c | 4 +-- app/test/test_hash.c | 6 ++--- app/test/test_lpm6_perf.c | 2 +- app/test/test_malloc.c | 14 +++++----- app/test/test_mbuf.c | 14 +++++----- app/test/test_spinlock.c | 2 +- drivers/bus/pci/bsd/pci.c | 2 +- drivers/net/bnx2x/bnx2x.h | 2 +- drivers/net/e1000/em_ethdev.c | 4 +-- drivers/net/e1000/igb_ethdev.c | 8 +++--- drivers/net/i40e/i40e_pf.c | 8 +++--- examples/cmdline/parse_obj_list.c | 2 +- examples/ip_reassembly/main.c | 2 +- examples/l3fwd-power/main.c | 7 ++--- examples/l3fwd/main.c | 7 ++--- examples/multi_process/symmetric_mp/main.c | 6 ++--- examples/qos_sched/app_thread.c | 6 ++--- examples/qos_sched/args.c | 2 +- examples/qos_sched/init.c | 2 +- examples/qos_sched/main.c | 4 +-- examples/vhost/main.c | 7 +++-- lib/cmdline/cmdline_parse_string.c | 16 +++++------ lib/cmdline/cmdline_rdline.c | 12 ++++----- lib/eal/linux/eal_hugepage_info.c | 6 ++--- lib/eal/linux/eal_interrupts.c | 2 +- lib/ip_frag/rte_ipv4_reassembly.c | 2 +- lib/timer/rte_timer.c | 2 +- 31 files changed, 99 insertions(+), 99 deletions(-)