automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Ophir Munk <ophirmu@mellanox.com>
Subject: [dpdk-test-report] |WARNING| pw70659 [PATCH v1 1/3] common/mlx5: move glue files under Linux directory
Date: Wed, 27 May 2020 18:15:09 +0200 (CEST)	[thread overview]
Message-ID: <20200527161509.DDA3D1DABF@dpdk.org> (raw)
In-Reply-To: <20200527161425.22944-1-ophirmu@mellanox.com>

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#585: FILE: drivers/common/mlx5/linux/mlx5_glue.c:192:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#656: FILE: drivers/common/mlx5/linux/mlx5_glue.c:263:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#671: FILE: drivers/common/mlx5/linux/mlx5_glue.c:278:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#684: FILE: drivers/common/mlx5/linux/mlx5_glue.c:291:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#709: FILE: drivers/common/mlx5/linux/mlx5_glue.c:316:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#724: FILE: drivers/common/mlx5/linux/mlx5_glue.c:331:
+	return ENOTSUP;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOTSUP)
#741: FILE: drivers/common/mlx5/linux/mlx5_glue.c:348:
+	return ENOTSUP;

total: 0 errors, 7 warnings, 2082 lines checked

           reply	other threads:[~2020-05-27 16:15 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200527161425.22944-1-ophirmu@mellanox.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200527161509.DDA3D1DABF@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=ophirmu@mellanox.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).