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

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 4 23:25:22 CEST 2022


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

_coding style issues_


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

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

CHECK:CAMELCASE: Avoid CamelCase: <rxDataRingDescSize>
#124: 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