From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8C0586D81; Fri, 9 Mar 2018 19:26:08 +0100 (CET) In-Reply-To: <20180309182426.135278-4-jasvinder.singh@intel.com> References: <20180309182426.135278-4-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180309182608.8C0586D81@dpdk.org> Date: Fri, 9 Mar 2018 19:26:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35882 [PATCH 03/37] pipeline: add traffic metering action 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: Fri, 09 Mar 2018 18:26:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35882 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #155: FILE: lib/librte_pipeline/rte_table_action.c:99: +static uint64_t +mtr_trtcm_data_stats_get(struct mtr_trtcm_data *data, + enum rte_meter_color color) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #161: FILE: lib/librte_pipeline/rte_table_action.c:105: +static void +mtr_trtcm_data_stats_reset(struct mtr_trtcm_data *data, + enum rte_meter_color color) { total: 2 errors, 0 warnings, 1039 lines checked