From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87B5BA034C for ; Thu, 1 Sep 2022 23:14:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8242740E03; Thu, 1 Sep 2022 23:14:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1244140684 for ; Thu, 1 Sep 2022 23:14:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D3160121F02; Thu, 1 Sep 2022 23:14:43 +0200 (CEST) Subject: |WARNING| pw115758 [PATCH 2/2] net/ice: add basic flow ctrl support for enable/disable/get In-Reply-To: <20220901211350.87631-2-markus.theil@tu-ilmenau.de> References: <20220901211350.87631-2-markus.theil@tu-ilmenau.de> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Markus Theil Message-Id: <20220901211443.D3160121F02@dpdk.org> Date: Thu, 1 Sep 2022 23:14:43 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/115758 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #98: FILE: drivers/net/ice/ice_ethdev.c:4120: + if(status) ERROR:SPACING: space required before the open parenthesis '(' #137: FILE: drivers/net/ice/ice_ethdev.c:4159: + if(status) { ERROR:SPACING: space required before the open parenthesis '(' #141: FILE: drivers/net/ice/ice_ethdev.c:4163: + if(fc_conf->autoneg != ice_is_phy_caps_an_enabled(pcaps)) { ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent #146: FILE: drivers/net/ice/ice_ethdev.c:4168: + switch(fc_conf->mode) { + case RTE_ETH_FC_FULL: [...] + case RTE_ETH_FC_RX_PAUSE: [...] + case RTE_ETH_FC_TX_PAUSE: [...] + case RTE_ETH_FC_NONE: ERROR:SPACING: space required before the open parenthesis '(' #146: FILE: drivers/net/ice/ice_ethdev.c:4168: + switch(fc_conf->mode) { total: 5 errors, 0 warnings, 0 checks, 126 lines checked