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 A35804373B for ; Tue, 19 Dec 2023 03:14:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9ED95402D0; Tue, 19 Dec 2023 03:14:16 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0C86C402B1 for ; Tue, 19 Dec 2023 03:14:15 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id F1D39121E47; Tue, 19 Dec 2023 03:14:14 +0100 (CET) Subject: |WARNING| pw135323 [PATCH] net/gve: Enable stats reporting for GQ format In-Reply-To: <20231219021321.548345-1-rushilg@google.com> References: <20231219021321.548345-1-rushilg@google.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rushil Gupta Message-Id: <20231219021414.F1D39121E47@dpdk.org> Date: Tue, 19 Dec 2023 03:14:14 +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/135323 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #151: FILE: drivers/net/gve/gve_ethdev.c:161: + rte_memzone_free(priv->stats_report_mem);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #151: FILE: drivers/net/gve/gve_ethdev.c:161: + rte_memzone_free(priv->stats_report_mem);$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #199: FILE: drivers/net/gve/gve_ethdev.c:257: + if (gve_is_gqi(priv)) + { total: 2 errors, 1 warnings, 0 checks, 161 lines checked