From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8D50C7D5B; Fri, 25 Aug 2017 12:30:36 +0200 (CEST) In-Reply-To: <1503647430-93905-7-git-send-email-beilei.xing@intel.com> References: <1503647430-93905-7-git-send-email-beilei.xing@intel.com> To: test-report@dpdk.org Cc: Beilei Xing Message-Id: <20170825103036.8D50C7D5B@dpdk.org> Date: Fri, 25 Aug 2017 12:30:36 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27920 [PATCH 6/7] net/i40e: add cloud filter parsing function for GTP 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:36 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27920 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #165: FILE: drivers/net/i40e/i40e_flow.c:3792: + 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 #169: FILE: drivers/net/i40e/i40e_flow.c:3796: + else { total: 0 errors, 0 warnings, 2 checks, 187 lines checked