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 DF437A0350 for ; Wed, 1 Jul 2020 21:50:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA9C41D55F; Wed, 1 Jul 2020 21:50:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 0BDF61D515; Wed, 1 Jul 2020 21:50:22 +0200 (CEST) In-Reply-To: <20200701194650.10705-21-stephen@networkplumber.org> References: <20200701194650.10705-21-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20200701195022.0BDF61D515@dpdk.org> Date: Wed, 1 Jul 2020 21:50:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw72658 [PATCH v3 20/27] app/test: replace refernces to master/slave 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/72658 _coding style issues_ WARNING:TYPO_SPELLING: 'refernces' may be misspelled - perhaps 'references'? #65: Subject: [dpdk-dev] [PATCH v3 20/27] app/test: replace refernces to WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #360: FILE: app/test/test_distributor_perf.c:57: + unsigned i, workerid = rte_get_next_lcore(rte_lcore_id(), 0, 0); ERROR:SPACING: space required before the open brace '{' #513: FILE: app/test/test_func_reentrancy.c:60: +#define WAIT_SYNCHRO_FOR_WORKERS() do{ \ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #760: FILE: app/test/test_kni.c:88: +static unsigned lcore_initial, lcore_ingress, lcore_egress; ERROR:CODE_INDENT: code indent should use tabs where possible #965: FILE: app/test/test_mbuf.c:1161: +^I^I tref, refcnt_lcore[initial]);$ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1893: FILE: app/test/test_timer.c:265: + * on initial lcore */ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #1902: FILE: app/test/test_timer.c:281: + unsigned initial = rte_get_initial_lcore(); WARNING:TYPO_SPELLING: 'inital' may be misspelled - perhaps 'initial'? #2121: FILE: app/test/test_timer_racecond.c:166: + * Note that we assign timer[0] to the inital lcore. total: 2 errors, 6 warnings, 1775 lines checked