[dpdk-test-report] |WARNING| pw61002 [PATCH 12/17] net/ionic: net-ionic-add-flow-control-support
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Oct 12 02:28:39 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/61002
_coding style issues_
ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#93: FILE: drivers/net/ionic/ionic_ethdev.c:286:
+ switch (fc_conf->mode) {
+ case RTE_FC_NONE:
[...]
+ case RTE_FC_FULL:
[...]
+ case RTE_FC_RX_PAUSE:
+ case RTE_FC_TX_PAUSE:
total: 1 errors, 0 warnings, 0 checks, 81 lines checked
More information about the test-report
mailing list