[dpdk-test-report] |WARNING| pw25942 [PATCH v3 4/4] app/testpmd: enhance command to test NIC reset

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 29 23:57:04 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'Reseting' may be misspelled - perhaps 'Resetting'?
#97: FILE: app/test-pmd/testpmd.c:1677:
+	printf("Reseting ports...
");

WARNING:LONG_LINE: line over 90 characters
#104: FILE: app/test-pmd/testpmd.c:1684:
+			printf("Please remove port %d from forwarding configuration.
", pi);

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#119: FILE: app/test-pmd/testpmd.c:1699:
+		}
+		else

total: 1 errors, 2 warnings, 92 lines checked


More information about the test-report mailing list