[dpdk-test-report] |WARNING| pw20068 [RFC 17.05 v1 3/3] EM config file read option

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 27 22:00:53 CET 2017


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

_coding style issues_


WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#333: FILE: examples/l3fwd/l3fwd_em.c:462:
+	unsigned int i = 0, rule_size = sizeof(*next);;

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#344: FILE: examples/l3fwd/l3fwd_em.c:473:
+	if (0 == route_num)

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#352: FILE: examples/l3fwd/l3fwd_em.c:481:
+	if (NULL == route_rules)

total: 0 errors, 3 warnings, 500 lines checked


More information about the test-report mailing list