From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7945C7D5A; Fri, 25 Aug 2017 12:30:35 +0200 (CEST) In-Reply-To: <1503647430-93905-6-git-send-email-beilei.xing@intel.com> References: <1503647430-93905-6-git-send-email-beilei.xing@intel.com> To: test-report@dpdk.org Cc: Beilei Xing Message-Id: <20170825103035.7945C7D5A@dpdk.org> Date: Fri, 25 Aug 2017 12:30:35 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27919 [PATCH 5/7] net/i40e: add FDIR support for GTP-C and GTP-U 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: Fri, 25 Aug 2017 10:30:35 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27919 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #248: FILE: drivers/net/i40e/i40e_flow.c:2672: + if (udp_dst_port == rte_cpu_to_be_16(2123)) [...] + else if (udp_dst_port == rte_cpu_to_be_16(2152)) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #252: FILE: drivers/net/i40e/i40e_flow.c:2676: + else { total: 0 errors, 0 warnings, 2 checks, 208 lines checked