From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C1137A00C5 for ; Mon, 6 Jul 2020 22:54:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B96AB1DDEF; Mon, 6 Jul 2020 22:54:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 985411DE05; Mon, 6 Jul 2020 22:54:41 +0200 (CEST) In-Reply-To: <20200706205234.8040-4-david.marchand@redhat.com> References: <20200706205234.8040-4-david.marchand@redhat.com> To: test-report@dpdk.org Cc: David Marchand Message-Id: <20200706205441.985411DE05@dpdk.org> Date: Mon, 6 Jul 2020 22:54:41 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73342 [PATCH v6 03/10] eal: introduce thread init helper X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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