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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 27 01:30:42 CET 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#219: 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
#250: FILE: lib/eal/windows/include/rte_os_shim.h:147:
+		return -1;
+	} else {

total: 0 errors, 2 warnings, 144 lines checked


More information about the test-report mailing list