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 E428343B0F for ; Thu, 15 Feb 2024 10:53:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E01244029A; Thu, 15 Feb 2024 10:53:52 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EA6D44026C for ; Thu, 15 Feb 2024 10:53:51 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id DC954121F0B; Thu, 15 Feb 2024 10:53:51 +0100 (CET) Subject: |WARNING| pw136824 [PATCH] net/gve: fix dqo bug for chained descriptors In-Reply-To: <20240215095250.233572-1-rushilg@google.com> References: <20240215095250.233572-1-rushilg@google.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rushil Gupta Message-Id: <20240215095351.DC954121F0B@dpdk.org> Date: Thu, 15 Feb 2024 10:53:51 +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/136824 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #139: FILE: drivers/net/gve/gve_tx_dqo.c:118: + if (sw_ring[sw_id] != NULL) { + PMD_DRV_LOG(ERR, "Overwriting an entry in sw_ring"); + } total: 0 errors, 1 warnings, 0 checks, 62 lines checked