[dpdk-test-report] |WARNING| pw76320 [PATCH] net/ice: enable QINQ filter in switch
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 9 01:33:30 CEST 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/76320
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 28)
#185: FILE: drivers/net/ice/ice_switch_filter.c:1063:
+ if (!outer_vlan_valid &&
[...]
+ outer_vlan_valid = 1;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 33)
#193: FILE: drivers/net/ice/ice_switch_filter.c:1071:
+ else if (!inner_vlan_valid)
+ inner_vlan_valid = 1;
total: 0 errors, 2 warnings, 0 checks, 197 lines checked
More information about the test-report
mailing list