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 2986FA0540 for ; Tue, 14 Jul 2020 07:41:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4ED5D1D41A; Tue, 14 Jul 2020 07:41:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 15E271D165; Tue, 14 Jul 2020 07:41:14 +0200 (CEST) In-Reply-To: <20200714053919.5609-5-stephen@networkplumber.org> References: <20200714053919.5609-5-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20200714054114.15E271D165@dpdk.org> Date: Tue, 14 Jul 2020 07:41:14 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73980 [PATCH v4 04/11] eal: replace usage of blacklist/whitelist in enum 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/73980 _coding style issues_ WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #82: The terms blacklist and whitelist are often seen as reminders WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #82: The terms blacklist and whitelist are often seen as reminders WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #90: The old names relating to blacklist and whitelist are replaced WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #90: The old names relating to blacklist and whitelist are replaced WARNING:TYPO_SPELLING: 'WHITELIST' may be misspelled - perhaps 'ALLOWLIST'? #153: FILE: lib/librte_eal/include/rte_bus.h:223: +#define RTE_BUS_SCAN_WHITELIST RTE_BUS_SCAN_ALLOWLIST WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'? #154: FILE: lib/librte_eal/include/rte_bus.h:224: +#define RTE_BUS_SCAN_BLACKLIST RTE_BUS_SCAN_BLOCKLIST WARNING:TYPO_SPELLING: 'compatiablity' may be misspelled - perhaps 'compatibility'? #173: FILE: lib/librte_eal/include/rte_dev.h:77: +/* Backwards compatiablity will be deprecated */ WARNING:TYPO_SPELLING: 'compatiablity' may be misspelled - perhaps 'compatibility'? #195: FILE: lib/librte_eal/include/rte_devargs.h:37: +/* Backwards compatiablity will be removed later */ total: 0 errors, 8 warnings, 76 lines checked