|WARNING| pw135644 [PATCH v6 1/2] net/ice: add Tx scheduling tree dump support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 2 05:09:40 CET 2024


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#366: FILE: drivers/net/ice/ice_diagnose.c:754:
+			return 0;
+		} else {

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#515: FILE: drivers/net/ice/ice_testpmd.c:6:
+#include <stdio.h>

total: 0 errors, 2 warnings, 0 checks, 487 lines checked


More information about the test-report mailing list