From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0202C4C8B; Mon, 8 Oct 2018 00:27:32 +0200 (CEST) In-Reply-To: <20181007222554.4886-3-thomas@monjalon.net> References: <20181007222554.4886-3-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20181007222733.0202C4C8B@dpdk.org> Date: Mon, 8 Oct 2018 00:27:33 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw46229 [2/5] ethdev: add an iterator to match some devargs input 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: , X-List-Received-Date: Sun, 07 Oct 2018 22:27:33 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/46229 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:SPACING: space required after that ',' (ctx:VxV) #38: FILE: lib/librte_eal/common/include/rte_common.h:170: +#define RTE_CAST_FIELD(var,field,type) \ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #38: FILE: lib/librte_eal/common/include/rte_common.h:170: +#define RTE_CAST_FIELD(var,field,type) \ ^ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #39: FILE: lib/librte_eal/common/include/rte_common.h:171: + (*(type*)((uintptr_t)(var) + offsetof(typeof(*(var)), field))) total: 3 errors, 1 warnings, 220 lines checked