|WARNING| pw106846 [PATCH v3 5/6] eal/linux: allow hugepage file reuse

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 3 19:16:12 CET 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'exisiting' may be misspelled - perhaps 'existing'?
#176: FILE: lib/eal/common/eal_internal_cfg.h:47:
+	/** Unlink exisiting files at startup, re-create them before mapping. */

WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#562: FILE: lib/eal/linux/eal_memalloc.c:360:
+	fd = open(path, O_CREAT | O_RDWR, 0600);

total: 0 errors, 2 warnings, 529 lines checked


More information about the test-report mailing list