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 42FE545B5A for ; Thu, 17 Oct 2024 08:38:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3817A40264; Thu, 17 Oct 2024 08:38:24 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 51F3E40261 for ; Thu, 17 Oct 2024 08:38:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4D3FC121E47; Thu, 17 Oct 2024 08:38:20 +0200 (CEST) Subject: |WARNING| pw146138 [PATCH v2 16/18] net/r8169: add support for getting fw version In-Reply-To: <20241017063200.26101-17-howard_wang@realsil.com.cn> References: <20241017063200.26101-17-howard_wang@realsil.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Howard Wang Message-Id: <20241017063820.4D3FC121E47@dpdk.org> Date: Thu, 17 Oct 2024 08:38:20 +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/146138 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:CODE_INDENT: code indent should use tabs where possible #85: FILE: drivers/net/r8169/r8169_ethdev.c:52: + size_t fw_size);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #85: FILE: drivers/net/r8169/r8169_ethdev.c:52: + size_t fw_size);$ total: 1 errors, 2 warnings, 0 checks, 38 lines checked