automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119511 [PATCH v2] vdpa/ifc: fix update_datapath error handling
       [not found] <20221107053411.98653-1-kim.tae.kyung@navercorp.com>
@ 2022-11-07  7:40 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-11-07  7:40 UTC (permalink / raw)
  To: test-report; +Cc: Taekyung Kim

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-07  7:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221107053411.98653-1-kim.tae.kyung@navercorp.com>
2022-11-07  7:40 ` |WARNING| pw119511 [PATCH v2] vdpa/ifc: fix update_datapath error handling checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).