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 807A8A0546 for ; Thu, 16 Jul 2020 01:05:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A3331BE9C; Thu, 16 Jul 2020 01:05:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1B88B1BDFD; Thu, 16 Jul 2020 01:05:08 +0200 (CEST) In-Reply-To: <20200715230257.30810-5-stephen@networkplumber.org> References: <20200715230257.30810-5-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20200715230508.1B88B1BDFD@dpdk.org> Date: Thu, 16 Jul 2020 01:05:08 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74147 [PATCH v5 4/9] 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/74147 _coding style issues_ WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #65: Subject: [dpdk-dev] [PATCH v5 4/9] eal: replace usage of blacklist/whitelist WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #65: Subject: [dpdk-dev] [PATCH v5 4/9] eal: replace usage of blacklist/whitelist WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #81: The terms blacklist and whitelist are often seen as reminders WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #81: The terms blacklist and whitelist are often seen as reminders WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'? #89: The old names relating to blacklist and whitelist are replaced WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'? #89: The old names relating to blacklist and whitelist are replaced WARNING:TYPO_SPELLING: 'WHITELIST' may be misspelled - perhaps 'ALLOWLIST'? #155: 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'? #156: 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'? #175: FILE: lib/librte_eal/include/rte_dev.h:77: +/* Backwards compatiablity will be deprecated */ total: 0 errors, 9 warnings, 76 lines checked