|WARNING| pw138969 [PATCH v18 04/15] windows: common wrapper for vasprintf and asprintf

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 29 00:54:47 CET 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#220: FILE: lib/eal/windows/include/rte_os_shim.h:6:
+#include <stdio.h>

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#252: FILE: lib/eal/windows/include/rte_os_shim.h:148:
+		return -1;
+	} else {

total: 0 errors, 2 warnings, 146 lines checked


More information about the test-report mailing list