[dpdk-test-report] |WARNING| pw81828 [PATCH v4 3/5] eal: replace pci-whitelist/pci-blacklist options

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 22 22:41:44 CEST 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/81828

_coding style issues_


WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'?
#66: 
Subject: [dpdk-dev] [PATCH v4 3/5] eal: replace pci-whitelist/pci-blacklist

WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#66: 
Subject: [dpdk-dev] [PATCH v4 3/5] eal: replace pci-whitelist/pci-blacklist

WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'?
#82: 
Replace -w / --pci-whitelist with -a / --allow options

WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#83: 
and --pci-blacklist with --block.

WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'?
#115: FILE: lib/librte_eal/common/eal_common_options.c:67:
+	"w:" /* whitelist (deprecated) */

WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#116: FILE: lib/librte_eal/common/eal_common_options.c:68:
+	"B:" /* blacklist (deprecated) */

WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'?
#137: 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'?
#137: 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'?
#138: 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'?
#138: 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'?
#155: 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'?
#178: 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'?
#246: FILE: lib/librte_eal/common/eal_options.h:23:
+	OPT_PCI_BLACKLIST_NUM  = 'B',

total: 0 errors, 13 warnings, 139 lines checked


More information about the test-report mailing list