From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 819B11B2B2; Wed, 16 May 2018 13:04:28 +0200 (CEST) In-Reply-To: <20180516110424.C3F171B28D@dpdk.org> References: <20180516110424.C3F171B28D@dpdk.org> To: test-report@dpdk.org Cc: Alex Kiselev Message-Id: <20180516110428.819B11B2B2@dpdk.org> Date: Wed, 16 May 2018 13:04:28 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40092 [PATCH 2/2] librte_ip_frag: add mbuf counter 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:28 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40092 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #47: FILE: lib/librte_ip_frag/ip_frag_common.h:35: +struct rte_mbuf * ip_frag_process(struct rte_ip_frag_tbl *tbl, $ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #47: FILE: lib/librte_ip_frag/ip_frag_common.h:35: +struct rte_mbuf * ip_frag_process(struct rte_ip_frag_tbl *tbl, ERROR:TRAILING_WHITESPACE: trailing whitespace #48: FILE: lib/librte_ip_frag/ip_frag_common.h:36: +^Istruct ip_frag_pkt *fp, struct rte_ip_frag_death_row *dr, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #58: FILE: lib/librte_ip_frag/ip_frag_common.h:94: +ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp, $ ERROR:SPACING: space prohibited before that '--' (ctx:WxO) #67: FILE: lib/librte_ip_frag/ip_frag_common.h:104: + tbl->nb_mbufs --; ^ ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #136: FILE: lib/librte_ip_frag/ip_frag_internal.c:211: } + else ERROR:TRAILING_WHITESPACE: trailing whitespace #162: FILE: lib/librte_ip_frag/rte_ip_frag.h:337: + * $ total: 7 errors, 0 warnings, 144 lines checked