From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4EC4EA04DD for ; Thu, 22 Oct 2020 16:42:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 49B5068F6; Thu, 22 Oct 2020 16:42:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E869668F6; Thu, 22 Oct 2020 16:41:56 +0200 (CEST) In-Reply-To: <20201022143925.30980-4-stephen@networkplumber.org> References: <20201022143925.30980-4-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20201022144156.E869668F6@dpdk.org> Date: Thu, 22 Oct 2020 16:41:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81799 [PATCH v3 3/5] eal: replace pci-whitelist/pci-blacklist options X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/81799 _coding style issues_ WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #65: Subject: [dpdk-dev] [PATCH v3 3/5] eal: replace pci-whitelist/pci-blacklist WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #65: Subject: [dpdk-dev] [PATCH v3 3/5] eal: replace pci-whitelist/pci-blacklist WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #81: Replace -w / --pci-whitelist with -a / --allow options WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #82: and --pci-blacklist with --block. WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #114: FILE: lib/librte_eal/common/eal_common_options.c:67: + "w:" /* whitelist (deprecated) */ WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #115: FILE: lib/librte_eal/common/eal_common_options.c:68: + "B:" /* blacklist (deprecated) */ WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'? #136: FILE: lib/librte_eal/common/eal_common_options.c:112: + {OPT_PCI_BLACKLIST, 1, NULL, OPT_PCI_BLACKLIST_NUM }, WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'? #136: FILE: lib/librte_eal/common/eal_common_options.c:112: + {OPT_PCI_BLACKLIST, 1, NULL, OPT_PCI_BLACKLIST_NUM }, WARNING:TYPO_SPELLING: 'WHITELIST' may be misspelled - perhaps 'ALLOWLIST'? #137: FILE: lib/librte_eal/common/eal_common_options.c:113: + {OPT_PCI_WHITELIST, 1, NULL, OPT_PCI_WHITELIST_NUM }, WARNING:TYPO_SPELLING: 'WHITELIST' may be misspelled - perhaps 'ALLOWLIST'? #137: FILE: lib/librte_eal/common/eal_common_options.c:113: + {OPT_PCI_WHITELIST, 1, NULL, OPT_PCI_WHITELIST_NUM }, WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #154: FILE: lib/librte_eal/common/eal_common_options.c:1462: + "Option --pci-blacklist is deprecated, use -b, --block instead "); WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #177: FILE: lib/librte_eal/common/eal_common_options.c:1477: + "Option -w, --pci-whitelist is deprecated, use -a, --allow option instead "); WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'? #245: FILE: lib/librte_eal/common/eal_options.h:23: + OPT_PCI_BLACKLIST_NUM = 'B', total: 0 errors, 13 warnings, 139 lines checked