From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4400BA3201 for ; Mon, 21 Oct 2019 02:24:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33088F94; Mon, 21 Oct 2019 02:24:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1A3422986; Mon, 21 Oct 2019 02:24:52 +0200 (CEST) In-Reply-To: <20191021002300.26497-7-honnappa.nagarahalli@arm.com> References: <20191021002300.26497-7-honnappa.nagarahalli@arm.com> To: test-report@dpdk.org Cc: Honnappa Nagarahalli Message-Id: <20191021002452.1A3422986@dpdk.org> Date: Mon, 21 Oct 2019 02:24:52 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61494 [RFC v6 6/6] lib/ring: improved copy function to copy ring elements 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/61494 _coding style issues_ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #126: FILE: lib/librte_ring/rte_ring_elem.h:121: + case 7: du32[nr_num - 7] = su32[nr_num - 7]; /* fallthrough */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #127: FILE: lib/librte_ring/rte_ring_elem.h:122: + case 6: du32[nr_num - 6] = su32[nr_num - 6]; /* fallthrough */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #128: FILE: lib/librte_ring/rte_ring_elem.h:123: + case 5: du32[nr_num - 5] = su32[nr_num - 5]; /* fallthrough */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #129: FILE: lib/librte_ring/rte_ring_elem.h:124: + case 4: du32[nr_num - 4] = su32[nr_num - 4]; /* fallthrough */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #130: FILE: lib/librte_ring/rte_ring_elem.h:125: + case 3: du32[nr_num - 3] = su32[nr_num - 3]; /* fallthrough */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #131: FILE: lib/librte_ring/rte_ring_elem.h:126: + case 2: du32[nr_num - 2] = su32[nr_num - 2]; /* fallthrough */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #132: FILE: lib/librte_ring/rte_ring_elem.h:127: + case 1: du32[nr_num - 1] = su32[nr_num - 1]; /* fallthrough */ total: 7 errors, 0 warnings, 183 lines checked