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 928D0A04B1 for ; Wed, 9 Sep 2020 01:58:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8E70C1BEAC; Wed, 9 Sep 2020 01:58:49 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 810A61BE0C; Wed, 9 Sep 2020 01:58:48 +0200 (CEST) In-Reply-To: <20200908201830.74206-37-cristian.dumitrescu@intel.com> References: <20200908201830.74206-37-cristian.dumitrescu@intel.com> To: test-report@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20200908235848.810A61BE0C@dpdk.org> Date: Wed, 9 Sep 2020 01:58:48 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76969 [PATCH v3 36/41] examples/pipeline: add new example application 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/76969 _coding style issues_ WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #204: FILE: examples/pipeline/main.c:47: + SKIP_MASTER); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #207: FILE: examples/pipeline/main.c:50: + for ( ; ; ); WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #884: FILE: examples/pipeline/thread.c:34: + * Master thead: data plane thread context WARNING:TYPO_SPELLING: 'thead' may be misspelled - perhaps 'thread'? #884: FILE: examples/pipeline/thread.c:34: + * Master thead: data plane thread context WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #919: FILE: examples/pipeline/thread.c:69: + * Master thread: data plane thread init WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #946: FILE: examples/pipeline/thread.c:96: + RTE_LCORE_FOREACH_SLAVE(i) { WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #978: FILE: examples/pipeline/thread.c:128: + /* Master thread records */ WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #1006: FILE: examples/pipeline/thread.c:156: + * Master thread & data plane threads: message passing WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #1034: FILE: examples/pipeline/thread.c:184: + * Master thread total: 1 errors, 8 warnings, 1304 lines checked