automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw84191 [PATCH v11 2/4] eal: replace blacklist/whitelist options
       [not found] <20201115225320.68408-3-thomas@monjalon.net>
@ 2020-11-15 22:55 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-11-15 22:55 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon

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

_coding style issues_


WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#109: 
Subject: [dpdk-dev] [PATCH v11 2/4] eal: replace blacklist/whitelist options

WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'?
#109: 
Subject: [dpdk-dev] [PATCH v11 2/4] eal: replace blacklist/whitelist options

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

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

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#538: FILE: doc/guides/eventdevs/octeontx2.rst:99:
+    -a 0002:0e:00.0,tim_disable_npa=1

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#547: FILE: doc/guides/eventdevs/octeontx2.rst:110:
+    -a 0002:0e:00.0,tim_chnk_slots=1023

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#556: FILE: doc/guides/eventdevs/octeontx2.rst:118:
+    -a 0002:0e:00.0,tim_stats_ena=1

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#565: FILE: doc/guides/eventdevs/octeontx2.rst:128:
+    -a 0002:0e:00.0,tim_rings_lmt=5

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#574: FILE: doc/guides/eventdevs/octeontx2.rst:138:
+    -a 0002:0e:00.0,tim_ring_ctl=[2-1023-1-0]

WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#1507: FILE: doc/guides/rel_notes/release_20_11.rst:479:
+  has been changed from blacklist/whitelist to block/allow list.

WARNING:TYPO_SPELLING: 'whitelist' may be misspelled - perhaps 'allowlist'?
#1507: FILE: doc/guides/rel_notes/release_20_11.rst:479:
+  has been changed from blacklist/whitelist to block/allow list.

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

WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'?
#1932: FILE: lib/librte_eal/common/eal_common_options.c:111:
+	{OPT_PCI_BLACKLIST,     1, NULL, OPT_PCI_BLACKLIST_NUM    },

WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'?
#1932: FILE: lib/librte_eal/common/eal_common_options.c:111:
+	{OPT_PCI_BLACKLIST,     1, NULL, OPT_PCI_BLACKLIST_NUM    },

WARNING:TYPO_SPELLING: 'WHITELIST' may be misspelled - perhaps 'ALLOWLIST'?
#1933: FILE: lib/librte_eal/common/eal_common_options.c:112:
+	{OPT_PCI_WHITELIST,     1, NULL, OPT_PCI_WHITELIST_NUM    },

WARNING:TYPO_SPELLING: 'WHITELIST' may be misspelled - perhaps 'ALLOWLIST'?
#1933: FILE: lib/librte_eal/common/eal_common_options.c:112:
+	{OPT_PCI_WHITELIST,     1, NULL, OPT_PCI_WHITELIST_NUM    },

WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'?
#1947: FILE: lib/librte_eal/common/eal_common_options.c:1460:
+	case OPT_PCI_BLACKLIST_NUM:

WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#1949: 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'?
#1967: FILE: lib/librte_eal/common/eal_common_options.c:1474:
+			"Option -w, --pci-whitelist is deprecated, use -a, --allow option instead
");

WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'?
#2045: FILE: lib/librte_eal/common/eal_options.h:98:
+#define OPT_PCI_BLACKLIST     "pci-blacklist"

WARNING:TYPO_SPELLING: 'blacklist' may be misspelled - perhaps 'blocklist'?
#2045: FILE: lib/librte_eal/common/eal_options.h:98:
+#define OPT_PCI_BLACKLIST     "pci-blacklist"

WARNING:TYPO_SPELLING: 'BLACKLIST' may be misspelled - perhaps 'BLOCKLIST'?
#2046: FILE: lib/librte_eal/common/eal_options.h:99:
+	OPT_PCI_BLACKLIST_NUM,

total: 0 errors, 22 warnings, 1489 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-15 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201115225320.68408-3-thomas@monjalon.net>
2020-11-15 22:55 ` [dpdk-test-report] |WARNING| pw84191 [PATCH v11 2/4] eal: replace blacklist/whitelist options checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).