From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 89DB11B583; Wed, 10 Oct 2018 12:52:26 +0200 (CEST) In-Reply-To: <20181010105134.48079-2-kevin.laatz@intel.com> References: <20181010105134.48079-2-kevin.laatz@intel.com> To: test-report@dpdk.org Cc: Kevin Laatz Message-Id: <20181010105226.89DB11B583@dpdk.org> Date: Wed, 10 Oct 2018 12:52:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw46473 [v3, 01/12] eal: add param register infrastructure 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: Wed, 10 Oct 2018 10:52:26 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/46473 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #226: FILE: lib/librte_eal/common/rte_param.c:18: +int +rte_param_parse(char *flag) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #239: FILE: lib/librte_eal/common/rte_param.c:31: +void __rte_experimental +rte_param_register(struct rte_param *reg_param) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #244: FILE: lib/librte_eal/common/rte_param.c:36: +int +rte_param_init(void) { total: 3 errors, 0 warnings, 232 lines checked