automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Matan Azrad <matan@mellanox.com>
Subject: [dpdk-test-report] |WARNING| pw75252 [RFC] drivers: introduce mlx5 compress PMD
Date: Thu,  6 Aug 2020 17:36:59 +0200 (CEST)	[thread overview]
Message-ID: <20200806153659.3024A1C034@dpdk.org> (raw)
In-Reply-To: <1596728181-195083-1-git-send-email-matan@mellanox.com>

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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#353: FILE: drivers/compress/mlx5/mlx5_compress.c:25:
+        TAILQ_ENTRY(mlx5_compress_priv) next;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#353: FILE: drivers/compress/mlx5/mlx5_compress.c:25:
+        TAILQ_ENTRY(mlx5_compress_priv) next;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#354: FILE: drivers/compress/mlx5/mlx5_compress.c:26:
+        struct ibv_context *ctx; /* Device context. */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#354: FILE: drivers/compress/mlx5/mlx5_compress.c:26:
+        struct ibv_context *ctx; /* Device context. */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#355: FILE: drivers/compress/mlx5/mlx5_compress.c:27:
+        struct rte_pci_device *pci_dev;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#355: FILE: drivers/compress/mlx5/mlx5_compress.c:27:
+        struct rte_pci_device *pci_dev;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#356: FILE: drivers/compress/mlx5/mlx5_compress.c:28:
+        struct rte_compressdev *cdev;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#356: FILE: drivers/compress/mlx5/mlx5_compress.c:28:
+        struct rte_compressdev *cdev;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#357: FILE: drivers/compress/mlx5/mlx5_compress.c:29:
+        struct mlx5dv_devx_uar *uar;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#357: FILE: drivers/compress/mlx5/mlx5_compress.c:29:
+        struct mlx5dv_devx_uar *uar;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#358: FILE: drivers/compress/mlx5/mlx5_compress.c:30:
+        uint32_t eqn;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#358: FILE: drivers/compress/mlx5/mlx5_compress.c:30:
+        uint32_t eqn;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#359: FILE: drivers/compress/mlx5/mlx5_compress.c:31:
+        uint32_t pdn; /* Protection Domain number. */$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#359: FILE: drivers/compress/mlx5/mlx5_compress.c:31:
+        uint32_t pdn; /* Protection Domain number. */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#360: FILE: drivers/compress/mlx5/mlx5_compress.c:32:
+        struct ibv_pd *pd;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#360: FILE: drivers/compress/mlx5/mlx5_compress.c:32:
+        struct ibv_pd *pd;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#364: FILE: drivers/compress/mlx5/mlx5_compress.c:36:
+                                TAILQ_HEAD_INITIALIZER(mlx5_compress_priv_list);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#364: FILE: drivers/compress/mlx5/mlx5_compress.c:36:
+                                TAILQ_HEAD_INITIALIZER(mlx5_compress_priv_list);$

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#513: FILE: drivers/compress/mlx5/mlx5_compress.c:185:
+		return -rte_errno;
+	} else {

total: 9 errors, 10 warnings, 522 lines checked

           reply	other threads:[~2020-08-06 15:37 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1596728181-195083-1-git-send-email-matan@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=20200806153659.3024A1C034@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=matan@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).