From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E43611B5A2; Fri, 23 Nov 2018 14:07:39 +0100 (CET) In-Reply-To: <1542978409-28668-6-git-send-email-tomaszx.jozwiak@intel.com> References: <1542978409-28668-6-git-send-email-tomaszx.jozwiak@intel.com> To: test-report@dpdk.org Cc: Tomasz Jozwiak Message-Id: <20181123130739.E43611B5A2@dpdk.org> Date: Fri, 23 Nov 2018 14:07:39 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48314 [v3, 5/5] app/compress-perf: code refactoring 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, 23 Nov 2018 13:07:40 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48314 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #339: FILE: app/test-compress-perf/comp_perf_test_benchmark.c:254: +int +cperf_benchmark(struct comp_test_data *test_data, uint8_t level) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #694: FILE: app/test-compress-perf/comp_perf_test_verify.c:293: +int +cperf_verification(struct comp_test_data *test_data, uint8_t level) { total: 2 errors, 0 warnings, 1112 lines checked