automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Tianfei zhang <tianfei.zhang@intel.com>
Subject: [dpdk-test-report] |WARNING| pw81931 [PATCH v3 5/5] raw/ifpga/base: enhance driver reliablity in multi-process
Date: Fri, 23 Oct 2020 12:02:12 +0200 (CEST)	[thread overview]
Message-ID: <20201023100212.9630CA943@dpdk.org> (raw)
In-Reply-To: <1603443599-7356-6-git-send-email-tianfei.zhang@intel.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'reliablity' may be misspelled - perhaps 'reliability'?
#48: 
Subject: [dpdk-dev] [PATCH v3 5/5] raw/ifpga/base: enhance driver reliablity

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#137: FILE: drivers/raw/ifpga/base/ifpga_fme.c:957:
+	init_spi_share_data(fme, spi_master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#153: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1106:
+	init_spi_share_data(fme, spi_master);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#159: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1112:
+	if (spi_master->mutex)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#160: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1113:
+		pthread_mutex_lock(spi_master->mutex);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#169: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1127:
+	if (spi_master->mutex)

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#170: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1128:
+		pthread_mutex_unlock(spi_master->mutex);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#199: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1214:
+	if (fme->i2c_master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#200: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1215:
+		i2c_dev = (struct altera_i2c_dev *)fme->i2c_master;

WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#284: FILE: drivers/raw/ifpga/base/opae_hw_api.c:330:
+	shm_id = shm_open(shm_name, O_CREAT | O_EXCL | O_RDWR, 0666);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#666: FILE: drivers/raw/ifpga/base/opae_intel_max10.c:149:
+	spi = (struct altera_spi_device *)max10->spi_master;

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#668: FILE: drivers/raw/ifpga/base/opae_intel_max10.c:151:
+		dev_err(max10, "spi master is not set
");

total: 0 errors, 12 warnings, 739 lines checked

       reply	other threads:[~2020-10-23 10:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1603443599-7356-6-git-send-email-tianfei.zhang@intel.com>
2020-10-23 10:02 ` checkpatch [this message]
2020-10-23 13:27 ` [dpdk-test-report] |SUCCESS| pw81931 " 0-day Robot

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=20201023100212.9630CA943@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=tianfei.zhang@intel.com \
    /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).