[dpdk-test-report] |WARNING| pw33136 [PATCH 08/13] net/bnxt: fix check for ether_type

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 8 21:25:55 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv4>
#36: FILE: drivers/net/bnxt/bnxt_ethdev.c:1735:
+	if (efilter->ether_type == ETHER_TYPE_IPv4 ||

CHECK:CAMELCASE: Avoid CamelCase: <ETHER_TYPE_IPv6>
#37: FILE: drivers/net/bnxt/bnxt_ethdev.c:1736:
+		efilter->ether_type == ETHER_TYPE_IPv6) {

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


More information about the test-report mailing list