|WARNING| pw110634 [PATCH v3 8/8] net/vmxnet3: fix merge error in initialization for rxDataRing feature

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 5 03:11:08 CEST 2022


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <rxDataRingBasePA>
#124: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:880:
+			rqd->conf.rxDataRingBasePA = rxq->data_ring.basePA;

CHECK:CAMELCASE: Avoid CamelCase: <basePA>
#124: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:880:
+			rqd->conf.rxDataRingBasePA = rxq->data_ring.basePA;

CHECK:CAMELCASE: Avoid CamelCase: <rxDataRingDescSize>
#125: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:881:
+			rqd->conf.rxDataRingDescSize = rxq->data_desc_size;

total: 0 errors, 0 warnings, 3 checks, 11 lines checked


More information about the test-report mailing list