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 F3DE443760 for ; Fri, 22 Dec 2023 16:06:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EED3D402B9; Fri, 22 Dec 2023 16:06:23 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 18AD6402A6 for ; Fri, 22 Dec 2023 16:06:23 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0CDC712485B; Fri, 22 Dec 2023 16:06:23 +0100 (CET) Subject: |WARNING| pw135504 [PATCH] net/gve: Enable stats reporting for GQ format In-Reply-To: <20231222150553.2695916-1-rushilg@google.com> References: <20231222150553.2695916-1-rushilg@google.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rushil Gupta Message-Id: <20231222150623.0CDC712485B@dpdk.org> Date: Fri, 22 Dec 2023 16:06:23 +0100 (CET) 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/135504 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #119: FILE: drivers/net/gve/gve_ethdev.c:129: + uint16_t nb_tx_queues, uint16_t nb_rx_queues)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #119: FILE: drivers/net/gve/gve_ethdev.c:129: + uint16_t nb_tx_queues, uint16_t nb_rx_queues)$ ERROR:CODE_INDENT: code indent should use tabs where possible #153: FILE: drivers/net/gve/gve_ethdev.c:163: + struct gve_priv *priv = dev->data->dev_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #153: FILE: drivers/net/gve/gve_ethdev.c:163: + struct gve_priv *priv = dev->data->dev_private;$ ERROR:CODE_INDENT: code indent should use tabs where possible #154: FILE: drivers/net/gve/gve_ethdev.c:164: + rte_memzone_free(priv->stats_report_mem);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #154: FILE: drivers/net/gve/gve_ethdev.c:164: + rte_memzone_free(priv->stats_report_mem);$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #202: FILE: drivers/net/gve/gve_ethdev.c:260: + if (gve_is_gqi(priv)) + { total: 4 errors, 3 warnings, 0 checks, 257 lines checked