automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw34728 [PATCH v4 3/4] net/mlx5: move rdma-core calls to separate file
       [not found] <20180130144512.21872-4-adrien.mazarguil@6wind.com>
@ 2018-01-30 15:36 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-01-30 15:36 UTC (permalink / raw)
  To: test-report; +Cc: Adrien Mazarguil

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#750: FILE: drivers/net/mlx5/mlx5_glue.c:223:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#765: FILE: drivers/net/mlx5/mlx5_glue.c:238:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#778: FILE: drivers/net/mlx5/mlx5_glue.c:251:
+	return ENOTSUP;

total: 0 errors, 3 warnings, 0 checks, 1173 lines checked

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

only message in thread, other threads:[~2018-01-30 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180130144512.21872-4-adrien.mazarguil@6wind.com>
2018-01-30 15:36 ` [dpdk-test-report] |WARNING| pw34728 [PATCH v4 3/4] net/mlx5: move rdma-core calls to separate file 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).