automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw30794 [PATCH 1/3] net/i40e: implement VF reset
       [not found] <20171024131630.16595-2-luca.boccassi@gmail.com>
@ 2017-10-24 13:16 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-24 13:16 UTC (permalink / raw)
  To: test-report; +Cc: Luca Boccassi

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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17)
#58: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2302:
+	for (i = 0; i < dev->data->nb_rx_queues; i++) {
+		 struct i40e_rx_queue *rxq = dev->data->rx_queues[i];

WARNING:TABSTOP: Statements should start on a tabstop
#61: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2305:
+		 if (rxq->q_set) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (17, 26)
#61: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2305:
+		 if (rxq->q_set) {
+			  i40e_dev_rx_queue_setup(dev,

WARNING:TABSTOP: Statements should start on a tabstop
#68: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2312:
+		 }

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17)
#70: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2314:
+	for (i = 0; i < dev->data->nb_tx_queues; i++) {
+		 struct i40e_tx_queue *txq = dev->data->tx_queues[i];

WARNING:TABSTOP: Statements should start on a tabstop
#73: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2317:
+		 if (txq->q_set) {

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (17, 26)
#73: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2317:
+		 if (txq->q_set) {
+			  i40e_dev_tx_queue_setup(dev,

WARNING:TABSTOP: Statements should start on a tabstop
#79: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2323:
+		 }

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 17)
#90: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2334:
+	if (!dev->data->dev_started)
+		 return -EAGAIN;

WARNING:TABSTOP: Statements should start on a tabstop
#91: FILE: drivers/net/i40e/i40e_ethdev_vf.c:2335:
+		 return -EAGAIN;

total: 0 errors, 10 warnings, 0 checks, 141 lines checked

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

only message in thread, other threads:[~2017-10-24 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20171024131630.16595-2-luca.boccassi@gmail.com>
2017-10-24 13:16 ` [dpdk-test-report] |WARNING| pw30794 [PATCH 1/3] net/i40e: implement VF reset 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).