From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B8D8A1B2AA; Wed, 16 May 2018 13:04:27 +0200 (CEST) In-Reply-To: <20180516110419.EC08E1B21C@dpdk.org> References: <20180516110419.EC08E1B21C@dpdk.org> To: test-report@dpdk.org Cc: Alex Kiselev Message-Id: <20180516110427.B8D8A1B2AA@dpdk.org> Date: Wed, 16 May 2018 13:04:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40091 [PATCH 1/2] librte_ip_frag: add function to delete expired entries 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: Wed, 16 May 2018 11:04:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40091 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #118: FILE: lib/librte_ip_frag/rte_ip_frag.h:333: + * $ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #160: FILE: lib/librte_ip_frag/rte_ip_frag_common.c:143: + } + else ERROR:SPACING: spaces required around that '=' (ctx:VxV) #178: FILE: lib/librte_ip_frag/rte_ip_frag_common.c:161: + for (i=0; i!=fp->last_idx; i++) ^ ERROR:SPACING: spaces required around that '!=' (ctx:VxV) #178: FILE: lib/librte_ip_frag/rte_ip_frag_common.c:161: + for (i=0; i!=fp->last_idx; i++) ^ total: 4 errors, 0 warnings, 144 lines checked