From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E43F11B384; Tue, 30 Jan 2018 00:24:33 +0100 (CET) In-Reply-To: <1517219638-64672-4-git-send-email-beilei.xing@intel.com> References: <1517219638-64672-4-git-send-email-beilei.xing@intel.com> To: test-report@dpdk.org Cc: Beilei Xing Message-Id: <20180129232433.E43F11B384@dpdk.org> Date: Tue, 30 Jan 2018 00:24:33 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34603 [PATCH v2 3/3] net/i40e: add device args to disable global configuration 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: Mon, 29 Jan 2018 23:24:34 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34603 _coding style issues_ CHECK:BRACES: Unbalanced braces around else statement #240: FILE: drivers/net/i40e/i40e_ethdev.c:3601: + } else CHECK:BRACES: braces {} should be used on all arms of this statement #358: FILE: drivers/net/i40e/i40e_ethdev.c:9104: + if (!pf->dis_global_cfg) { [...] I40E_GLQF_HASH_MSK(i, pctype), [...] CHECK:BRACES: Unbalanced braces around else statement #394: FILE: drivers/net/i40e/i40e_ethdev.c:9133: + } else CHECK:BRACES: braces {} should be used on all arms of this statement #446: FILE: drivers/net/i40e/i40e_ethdev.c:9287: + if (!pf->dis_global_cfg) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #457: FILE: drivers/net/i40e/i40e_ethdev.c:9298: + } else CHECK:BRACES: braces {} should be used on all arms of this statement #519: FILE: drivers/net/i40e/i40e_fdir.c:653: + if (!pf->dis_global_cfg) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #533: FILE: drivers/net/i40e/i40e_fdir.c:667: + } else CHECK:BRACES: Unbalanced braces around else statement #540: FILE: drivers/net/i40e/i40e_fdir.c:674: + } else total: 0 errors, 0 warnings, 8 checks, 490 lines checked