automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29721 [PATCH v2 29/30] net/mlx5: support flow director
       [not found] <5ed2adebe1e347b12ae908672b60243c274e2a98.1507207731.git.nelio.laranjeiro@6wind.com>
@ 2017-10-05 12:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-05 12:57 UTC (permalink / raw)
  To: test-report; +Cc: Nélio Laranjeiro

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#144: FILE: drivers/net/mlx5/mlx5_flow.c:2389:
+		return EINVAL;

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

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

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

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#508: FILE: drivers/net/mlx5/mlx5_flow.c:2753:
+		return EINVAL;

total: 0 errors, 5 warnings, 0 checks, 535 lines checked

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

only message in thread, other threads:[~2017-10-05 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5ed2adebe1e347b12ae908672b60243c274e2a98.1507207731.git.nelio.laranjeiro@6wind.com>
2017-10-05 12:57 ` [dpdk-test-report] |WARNING| pw29721 [PATCH v2 29/30] net/mlx5: support flow director 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).