From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 4221FA0679 for ; Fri, 29 Mar 2019 08:51:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1331911A4; Fri, 29 Mar 2019 08:51:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id DF323326D; Fri, 29 Mar 2019 08:51:15 +0100 (CET) In-Reply-To: <1553844123-51934-1-git-send-email-wei.zhao1@intel.com> References: <1553844123-51934-1-git-send-email-wei.zhao1@intel.com> To: test-report@dpdk.org Cc: Wei Zhao Message-Id: <20190329075115.DF323326D@dpdk.org> Date: Fri, 29 Mar 2019 08:51:15 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51884 [PATCH] net/ixgbe: enable 10Mb/s link setup for x553 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/51884 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T' #37: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:2704: + if ((hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T) || + (hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L' #37: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:2704: + if ((hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T) || + (hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T' #64: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4070: + if ((hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T) || + (hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L' #64: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4070: + if ((hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T) || + (hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L)) total: 0 errors, 0 warnings, 4 checks, 37 lines checked