[dpdk-test-report] |WARNING| pw24072 [PATCH RFC] service core concept header implementation

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 3 13:30:24 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'seperate' may be misspelled - perhaps 'separate'?
#147: FILE: lib/librte_eal/common/include/rte_service.h:110:
+/** @internal - this will not be visible to application, defined in a seperate

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#149: FILE: lib/librte_eal/common/include/rte_service.h:112:
+ * to the actual function pointers - so hide them. */

ERROR:FUNCTION_WITHOUT_ARGS: Bad function definition - uint32_t rte_eal_service_get_count() should probably be uint32_t rte_eal_service_get_count(void)
#191: FILE: lib/librte_eal/common/include/rte_service.h:154:
+uint32_t rte_eal_service_get_count();

total: 1 errors, 2 warnings, 211 lines checked


More information about the test-report mailing list