From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6027A7CFD; Sun, 1 Apr 2018 07:48:39 +0200 (CEST) In-Reply-To: <1522561624-15817-13-git-send-email-rasesh.mody@cavium.com> References: <1522561624-15817-13-git-send-email-rasesh.mody@cavium.com> To: test-report@dpdk.org Cc: Rasesh Mody Message-Id: <20180401054839.6027A7CFD@dpdk.org> Date: Sun, 1 Apr 2018 07:48:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36828 [PATCH 12/14] net/qede/base: fix to support OVLAN mode 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: Sun, 01 Apr 2018 05:48:39 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36828 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'p_hwfn->ufp_info.pri_type == ECORE_UFP_PRI_OS' #152: FILE: drivers/net/qede/base/ecore_sp_commands.c:363: + if ((p_hwfn->ufp_info.pri_type == ECORE_UFP_PRI_OS) || + (p_hwfn->p_dcbx_info->results.dcbx_enabled)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'p_hwfn->p_dcbx_info->results.dcbx_enabled' #152: FILE: drivers/net/qede/base/ecore_sp_commands.c:363: + if ((p_hwfn->ufp_info.pri_type == ECORE_UFP_PRI_OS) || + (p_hwfn->p_dcbx_info->results.dcbx_enabled)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'p_hwfn->ufp_info.pri_type == ECORE_UFP_PRI_OS' #169: FILE: drivers/net/qede/base/ecore_sp_commands.c:464: + if ((p_hwfn->ufp_info.pri_type == ECORE_UFP_PRI_OS) || + (p_hwfn->p_dcbx_info->results.dcbx_enabled)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'p_hwfn->p_dcbx_info->results.dcbx_enabled' #169: FILE: drivers/net/qede/base/ecore_sp_commands.c:464: + if ((p_hwfn->ufp_info.pri_type == ECORE_UFP_PRI_OS) || + (p_hwfn->p_dcbx_info->results.dcbx_enabled)) total: 0 errors, 0 warnings, 4 checks, 117 lines checked