From patchwork Wed Nov 9 19:14:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 119636 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 EC82BA034C; Wed, 9 Nov 2022 20:14:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 90318400EF; Wed, 9 Nov 2022 20:14:52 +0100 (CET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id D427F400D4 for ; Wed, 9 Nov 2022 20:14:51 +0100 (CET) Received: by mail-pj1-f52.google.com with SMTP id l6so17640232pjj.0 for ; Wed, 09 Nov 2022 11:14:51 -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=rXqllwQb03uNopE98otwNMJCOqn5b66xfpkhjOWghXo=; b=c39CIDRDHPGj55GHEP80RC/+OVjLsc5EO/iHdVFp9qorUpDSeVvLj18qDmWmbhStQ8 sS1XmrAGLqMrouvxvdTkqptvE3LNfnMznvpr0UtayuBhbteuW/M3/ql0AcsHTM+a1z0m ExS042zgMxYnnvUDJLa+K3Ez9cwWoiLfLNJMcyyGNY8S8RQx0Y8bfZmzjZeUG/qZV7HJ o7WCXV49M0eTwKB3/bC31Xkw6XZiy+SNeACVQqPj/VJApnRzxCZkGnU70cJWRySlJpuI C76LcLP/DVI9mxrYZ60CXsnhA83KfWJLj9hk413bpLLLAAfVoTztv2KoG65H1bTosCvj oOeQ== 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=rXqllwQb03uNopE98otwNMJCOqn5b66xfpkhjOWghXo=; b=cHFCg1hHVcNvXM1DaFObryJNT2UQmyyVIEJANqAaGOqnq/sYkX/JxqJ/w35VY45Uis FyNtq6Klb5BD9EhnrMnkxDnRfDEvaDpUAxMMh3RhcLgw4j6ywb9axAo6+1WtSup4wkoy rbTEPnpzPEXlqE2ARebjnvh4dVI7oVP6jkkNq3+zPKL9gwCa+OsGAvlSAkn2Hj61MAMI 6rVHGWE3p/GXd7EOE3AromjgFMrokKu1bdF8Lv4xTwCc66pDanWaq8hProB1/GirEtBy 8dv8vNW1pfcHCJt9YzBqeJOw0Y4Sb6WgCXTcZobVqmsTQSXJSbk1EZp4rkYS159siVgz x2Jg== X-Gm-Message-State: ACrzQf3GVC8BUPcfpyg3Nhw8mAvjDQgB5uviRTi7H+TXTBTfl3uG/gG5 syQ6jLsiNXBdJ8tVvGepierLEYsejtwsiA== X-Google-Smtp-Source: AMsMyM4ucfyE5DVECZliF8PGn6aCXcyfIMZLVAucFOLMkWqTj5jyVIshkTVLiWpvKPlOwCOmYodVUA== X-Received: by 2002:a17:902:7b95:b0:178:ab50:76b5 with SMTP id w21-20020a1709027b9500b00178ab5076b5mr62982398pll.161.1668021290481; Wed, 09 Nov 2022 11:14:50 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id gn16-20020a17090ac79000b002130c269b6fsm1586698pjb.1.2022.11.09.11.14.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 11:14:48 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 00/14] whitespace around keywords Date: Wed, 9 Nov 2022 11:14:31 -0800 Message-Id: <20221109191445.140320-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 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 Stephen Hemminger (14): eal: fix whitespace cmdline: fix whitespace timer: fix whitespace ip_frag: fix whitespace testpmd: fix whitspace 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 | 30 +++++++++++----------- app/test-pmd/parameters.c | 8 +++--- app/test-pmd/testpmd.c | 2 +- app/test/test_cmdline_cirbuf.c | 4 +-- app/test/test_debug.c | 4 +-- app/test/test_hash.c | 8 +++--- app/test/test_lpm6_perf.c | 2 +- app/test/test_malloc.c | 14 +++++----- app/test/test_mbuf.c | 12 ++++----- 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 | 6 ++--- examples/l3fwd/main.c | 6 ++--- 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 | 6 ++--- lib/cmdline/cmdline_parse_string.c | 10 ++++---- lib/cmdline/cmdline_rdline.c | 6 ++--- 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, 90 insertions(+), 90 deletions(-)