From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 792B7A0C44 for ; Mon, 14 Jun 2021 13:00:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 758FC4067A; Mon, 14 Jun 2021 13:00:03 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 004324003F for ; Mon, 14 Jun 2021 13:00:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D32FB121198; Mon, 14 Jun 2021 13:00:01 +0200 (CEST) In-Reply-To: <20210614105839.3379790-1-thomas@monjalon.net> References: <20210614105839.3379790-1-thomas@monjalon.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thomas Monjalon Message-Id: <20210614110001.D32FB121198@dpdk.org> Date: Mon, 14 Jun 2021 13:00:01 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94167 [PATCH] parray: introduce internal API for dynamic arrays X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/94167 _coding style issues_ WARNING:TYPO_SPELLING: 'crashs' may be misspelled - perhaps 'crashes'? #102: to avoid crashs during a read without any lock. ERROR:SPACING: space required after that ',' (ctx:VxB) #184: FILE: app/test/test_parray.c:18: + RTE_FMT_HEAD(__VA_ARGS__,) " ", RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #184: FILE: app/test/test_parray.c:18: + RTE_FMT_HEAD(__VA_ARGS__,) " ", RTE_FMT_TAIL(__VA_ARGS__,))) ^ total: 2 errors, 1 warnings, 462 lines checked