|WARNING| pw119511 [PATCH v2] vdpa/ifc: fix update_datapath error handling
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Nov 7 08:40:00 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/119511
_coding style issues_
WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#104: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1154:
+ DRV_LOG(ERR, "failed to update datapath for vDPA device %s", vdev->device->name);
WARNING:BRACES: braces {} are not necessary for single statement blocks
#132: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1799:
+ if (update_datapath(internal) < 0) {
+ DRV_LOG(ERR, "failed to update datapath %s", pci_dev->name);
+ }
total: 0 errors, 2 warnings, 49 lines checked
Warning in drivers/vdpa/ifc/ifcvf_vdpa.c:
Using rte_atomicNN_xxx
More information about the test-report
mailing list