automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Hemant Agrawal <hemant.agrawal@nxp.com>
Subject: [dpdk-test-report] |WARNING| pw75514 [PATCH v5 1/8] net/dpaa: add support for fmlib in dpdk
Date: Thu, 13 Aug 2020 20:09:43 +0200 (CEST)	[thread overview]
Message-ID: <20200813180943.B71981C0BD@dpdk.org> (raw)
In-Reply-To: <20200813180121.19480-1-hemant.agrawal@nxp.com>

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects?
#672: FILE: drivers/net/dpaa/fmlib/fm_lib.c:22:
+#define DEV_TO_ID(p) \
+	do { \
+		t_device *p_dev = (t_device *)p; \
+		p = UINT_TO_PTR(p_dev->id); \
+	} while (0)

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#5251: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4052:
+ *		  single partition environment, or it is the Master partition in

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#5740: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4541:
+ *		  NOTE: this routine may be called only for FM in master mode

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#5756: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4557:
+ *		  NOTE: this routine may be called only for FM in master mode

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#5772: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4573:
+ *		  NOTE: this routine may be called only for FM in master mode

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#5788: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4589:
+ *		  NOTE: this routine may be called only for FM in master mode

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#5804: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4605:
+ *		  NOTE: this routine may be called only for FM in master mode

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#5820: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4621:
+ *		  NOTE: this routine may be called only for FM in master mode

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#8242: FILE: drivers/net/dpaa/fmlib/fm_port_ext.h:1090:
+#define RETURN_ERROR(_level, _err, _vmsg) { return ERROR_CODE(_err); }

total: 0 errors, 8 warnings, 1 checks, 10983 lines checked

           reply	other threads:[~2020-08-13 18:09 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200813180121.19480-1-hemant.agrawal@nxp.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=20200813180943.B71981C0BD@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=hemant.agrawal@nxp.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).