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 7E0D042BFC for ; Thu, 1 Jun 2023 05:17:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7AC9A406A2; Thu, 1 Jun 2023 05:17:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E04EC406A2 for ; Thu, 1 Jun 2023 05:17:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CDA6E12092A; Thu, 1 Jun 2023 05:17:01 +0200 (CEST) Subject: |WARNING| pw127814 [PATCH] net/gve: fix bug in verify driver compatibility In-Reply-To: <20230601031513.453016-1-rushilg@google.com> References: <20230601031513.453016-1-rushilg@google.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rushil Gupta Message-Id: <20230601031701.CDA6E12092A@dpdk.org> Date: Thu, 1 Jun 2023 05:17:01 +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/127814 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #94: FILE: drivers/net/gve/gve_ethdev.c:280: + (dma_addr_t)driver_info_mem->iova);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #94: FILE: drivers/net/gve/gve_ethdev.c:280: + (dma_addr_t)driver_info_mem->iova);$ total: 1 errors, 1 warnings, 0 checks, 9 lines checked