From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7E0011B3E2; Thu, 7 Jun 2018 16:22:16 +0200 (CEST) In-Reply-To: <20180607093938.62579-1-yanglong.wu@intel.com> References: <20180607093938.62579-1-yanglong.wu@intel.com> To: test-report@dpdk.org Cc: Yanglong Wu Message-Id: <20180607142216.7E0011B3E2@dpdk.org> Date: Thu, 7 Jun 2018 16:22:16 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40740 [PATCH] net/i40e: illagel pactket checking 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: Thu, 07 Jun 2018 14:22:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40740 _coding style issues_ ERROR:SPACING: space required before the open brace '{' #35: FILE: drivers/net/i40e/i40e_rxtx.c:1462: + if (m->pkt_len > ETHER_MAX_LEN || m->pkt_len < I40E_TX_MIN_PKT_LEN){ ERROR:SPACING: space required after that ';' (ctx:VxV) #37: FILE: drivers/net/i40e/i40e_rxtx.c:1464: + return i;} ^ ERROR:SPACING: space required before the open brace '{' #40: FILE: drivers/net/i40e/i40e_rxtx.c:1467: + if(m->nb_segs > I40E_TX_MAX_MTU_SEG){ ERROR:SPACING: space required before the open parenthesis '(' #40: FILE: drivers/net/i40e/i40e_rxtx.c:1467: + if(m->nb_segs > I40E_TX_MAX_MTU_SEG){ ERROR:SPACING: space required after that ';' (ctx:VxV) #42: FILE: drivers/net/i40e/i40e_rxtx.c:1469: + return i;} ^ total: 5 errors, 0 warnings, 0 checks, 24 lines checked