From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8CEAA7D5A; Fri, 25 Aug 2017 12:26:38 +0200 (CEST) In-Reply-To: <1503488186-90047-4-git-send-email-cristian.dumitrescu@intel.com> References: <1503488186-90047-4-git-send-email-cristian.dumitrescu@intel.com> To: test-report@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20170825102638.8CEAA7D5A@dpdk.org> Date: Fri, 25 Aug 2017 12:26:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27757 [PATCH 3/4] qos_meter: accommodate meter api changes 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, 25 Aug 2017 10:26:38 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27757 _coding style issues_ ERROR:OPEN_BRACE: that open brace { should be on the previous line #32: FILE: examples/qos_meter/main.c:125: +struct rte_meter_srtcm_params app_srtcm_params = + {.cir = 1000000 * 46, .cbs = 2048, .ebs = 2048}; ERROR:OPEN_BRACE: that open brace { should be on the previous line #40: FILE: examples/qos_meter/main.c:130: +struct rte_meter_trtcm_params app_trtcm_params = + {.cir = 1000000 * 46, .pir = 1500000 * 46, .cbs = 2048, .pbs = 2048}; total: 2 errors, 0 warnings, 121 lines checked