automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw63023 [PATCH] net/mlx5: fix flow table hash list conversion
       [not found] <1573748570-32025-1-git-send-email-matan@mellanox.com>
@ 2019-11-14 16:23 ` checkpatch
  2019-11-15 19:09 ` [dpdk-test-report] |SUCCESS| pw63023 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2019-11-14 16:23 UTC (permalink / raw)
  To: test-report; +Cc: Matan Azrad

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#149: FILE: drivers/net/mlx5/mlx5.c:792:
+		return ENOMEM;

WARNING:BRACES: braces {} are not necessary for single statement blocks
#174: FILE: drivers/net/mlx5/mlx5.c:817:
+	if (err) {
+		goto error;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#187: FILE: drivers/net/mlx5/mlx5.c:830:
+	if (err) {
+		goto error;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#201: FILE: drivers/net/mlx5/mlx5.c:844:
+	if (err) {
+		goto error;
+	}

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#212: FILE: drivers/net/mlx5/mlx5.c:855:
+
+}

total: 0 errors, 4 warnings, 1 checks, 312 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |SUCCESS| pw63023 net/mlx5: fix flow table hash list conversion
       [not found] <1573748570-32025-1-git-send-email-matan@mellanox.com>
  2019-11-14 16:23 ` [dpdk-test-report] |WARNING| pw63023 [PATCH] net/mlx5: fix flow table hash list conversion checkpatch
@ 2019-11-15 19:09 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2019-11-15 19:09 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/63023

_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/136565043

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-15 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1573748570-32025-1-git-send-email-matan@mellanox.com>
2019-11-14 16:23 ` [dpdk-test-report] |WARNING| pw63023 [PATCH] net/mlx5: fix flow table hash list conversion checkpatch
2019-11-15 19:09 ` [dpdk-test-report] |SUCCESS| pw63023 " 0-day Robot

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).