|WARNING| pw106102 [PATCH v2 5/6] eal/linux: allow hugepage file reuse

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 19 22:13:26 CET 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'exisiting' may be misspelled - perhaps 'existing'?
#175: 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'?
#561: 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