automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw86092 [PATCH v2 1/4] net/iavf_client: introduce iavf driver on vfio-user client
       [not found] <20210107074533.15465-2-jingjing.wu@intel.com>
@ 2021-01-07  8:00 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-01-07  8:00 UTC (permalink / raw)
  To: test-report; +Cc: Jingjing Wu

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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#192: FILE: drivers/net/iavf/iavf_client_ethdev.c:27:
+static const char *valid_args[] = {

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#228: FILE: drivers/net/iavf/iavf_client_ethdev.c:63:
+
+	}

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#295: FILE: drivers/net/iavf/iavf_client_ethdev.c:130:
+	eth_dev->data->mac_addrs = rte_zmalloc(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#307: FILE: drivers/net/iavf/iavf_client_ethdev.c:142:
+	if (!rte_is_valid_assigned_ether_addr(

WARNING:BRACES: braces {} are not necessary for single statement blocks
#409: FILE: drivers/net/iavf/iavf_client_ethdev.c:244:
+	if (ret) {
+		goto err;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#414: FILE: drivers/net/iavf/iavf_client_ethdev.c:249:
+	if (ret) {
+		goto err;
+	}

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#543: FILE: drivers/net/iavf/iavf_rxtx.c:604:
+		rxq->qrx_tail = client_vfio_user_get_bar_addr(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#559: FILE: drivers/net/iavf/iavf_rxtx.c:721:
+		txq->qtx_tail = client_vfio_user_get_bar_addr(

total: 0 errors, 3 warnings, 5 checks, 444 lines checked

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

only message in thread, other threads:[~2021-01-07  8:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210107074533.15465-2-jingjing.wu@intel.com>
2021-01-07  8:00 ` [dpdk-test-report] |WARNING| pw86092 [PATCH v2 1/4] net/iavf_client: introduce iavf driver on vfio-user client 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).