automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>
Subject: [dpdk-test-report] |WARNING| pw73342 [PATCH v6 03/10] eal: introduce thread init helper
Date: Mon,  6 Jul 2020 22:54:41 +0200 (CEST)	[thread overview]
Message-ID: <20200706205441.985411DE05@dpdk.org> (raw)
In-Reply-To: <20200706205234.8040-4-david.marchand@redhat.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#85: 
Besides, having affinity set by the master lcore in FreeBSD and Linux

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#273: FILE: lib/librte_eal/freebsd/eal.c:849:
+			&lcore_config[config->master_lcore].cpuset) != 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#278: FILE: lib/librte_eal/freebsd/eal.c:854:
+	__rte_thread_init(config->master_lcore,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#279: FILE: lib/librte_eal/freebsd/eal.c:855:
+		&lcore_config[config->master_lcore].cpuset);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#360: FILE: lib/librte_eal/linux/eal.c:1188:
+			&lcore_config[config->master_lcore].cpuset) != 0) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#365: FILE: lib/librte_eal/linux/eal.c:1193:
+	__rte_thread_init(config->master_lcore,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#366: FILE: lib/librte_eal/linux/eal.c:1194:
+		&lcore_config[config->master_lcore].cpuset);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#449: FILE: lib/librte_eal/windows/eal.c:336:
+	__rte_thread_init(config->master_lcore,

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#450: FILE: lib/librte_eal/windows/eal.c:337:
+		&lcore_config[config->master_lcore].cpuset);

total: 0 errors, 9 warnings, 312 lines checked

           reply	other threads:[~2020-07-06 20:54 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200706205234.8040-4-david.marchand@redhat.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=20200706205441.985411DE05@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=david.marchand@redhat.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).