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 55D64A034F for ; Wed, 13 May 2020 17:37:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4382A1D658; Wed, 13 May 2020 17:37:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id C67C21D659; Wed, 13 May 2020 17:37:30 +0200 (CEST) In-Reply-To: <20200513153550.37147-1-mb@smartsharesystems.com> References: <20200513153550.37147-1-mb@smartsharesystems.com> To: test-report@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20200513153730.C67C21D659@dpdk.org> Date: Wed, 13 May 2020 17:37:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70190 [PATCH] ring: empty and count optimizations 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/70190 _coding style issues_ ERROR:SPACING: spaces required around that '+=' (ctx:VxV) #109: FILE: lib/librte_ring/rte_ring.h:202: + for (i = 0; i < (n & ((~(unsigned int)0x3))); i+=4, idx+=4) { \ ^ ERROR:SPACING: spaces required around that '+=' (ctx:VxV) #109: FILE: lib/librte_ring/rte_ring.h:202: + for (i = 0; i < (n & ((~(unsigned int)0x3))); i+=4, idx+=4) { \ ^ WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant #109: FILE: lib/librte_ring/rte_ring.h:202: + for (i = 0; i < (n & ((~(unsigned int)0x3))); i+=4, idx+=4) { \ ERROR:SPACING: spaces required around that '+=' (ctx:VxV) #118: FILE: lib/librte_ring/rte_ring.h:233: + for (i = 0; i < (n & (~(unsigned int)0x3)); i+=4, idx+=4) {\ ^ ERROR:SPACING: spaces required around that '+=' (ctx:VxV) #118: FILE: lib/librte_ring/rte_ring.h:233: + for (i = 0; i < (n & (~(unsigned int)0x3)); i+=4, idx+=4) {\ ^ WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant #118: FILE: lib/librte_ring/rte_ring.h:233: + for (i = 0; i < (n & (~(unsigned int)0x3)); i+=4, idx+=4) {\ total: 4 errors, 2 warnings, 125 lines checked