From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Tianfei zhang <tianfei.zhang@intel.com>
Subject: [dpdk-test-report] |WARNING| pw78957 [PATCH v2 4/4] raw/ifpga/base: enhance driver reliability in multi-process
Date: Mon, 28 Sep 2020 04:43:07 +0200 (CEST) [thread overview]
Message-ID: <20200928024307.CB1861D5D8@dpdk.org> (raw)
In-Reply-To: <1601257218-6606-5-git-send-email-tianfei.zhang@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/78957
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#140: 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'?
#156: 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'?
#162: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1112:
+ if (spi_master->mutex)
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#163: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1113:
+ pthread_mutex_lock(spi_master->mutex);
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#172: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1127:
+ if (spi_master->mutex)
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#173: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1128:
+ pthread_mutex_unlock(spi_master->mutex);
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#202: FILE: drivers/raw/ifpga/base/ifpga_fme.c:1214:
+ if (fme->i2c_master) {
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#203: 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'?
#287: 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'?
#669: 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'?
#671: FILE: drivers/raw/ifpga/base/opae_intel_max10.c:151:
+ dev_err(max10, "spi master is not set
");
total: 0 errors, 11 warnings, 739 lines checked
next parent reply other threads:[~2020-09-28 2:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1601257218-6606-5-git-send-email-tianfei.zhang@intel.com>
2020-09-28 2:43 ` checkpatch [this message]
2020-09-28 3:57 ` [dpdk-test-report] |SUCCESS| pw78957 " 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=20200928024307.CB1861D5D8@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).