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 6E1EA45B3C for ; Tue, 15 Oct 2024 05:11:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 674044065A; Tue, 15 Oct 2024 05:11:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DA7044067C for ; Tue, 15 Oct 2024 05:11:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CA113120757; Tue, 15 Oct 2024 05:11:23 +0200 (CEST) Subject: |WARNING| pw145931 [PATCH v1 01/18] net/r8169: add PMD driver skeleton In-Reply-To: <20241015030928.70642-2-howard_wang@realsil.com.cn> References: <20241015030928.70642-2-howard_wang@realsil.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Howard Wang Message-Id: <20241015031123.CA113120757@dpdk.org> Date: Tue, 15 Oct 2024 05:11:23 +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/145931 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #159: FILE: drivers/net/r8169/r8169_ethdev.c:6: +#include ERROR:CODE_INDENT: code indent should use tabs where possible #310: FILE: drivers/net/r8169/r8169_ethdev.c:157: + struct rte_pci_device *pci_dev)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #310: FILE: drivers/net/r8169/r8169_ethdev.c:157: + struct rte_pci_device *pci_dev)$ ERROR:CODE_INDENT: code indent should use tabs where possible #313: FILE: drivers/net/r8169/r8169_ethdev.c:160: +^I rtl_dev_init);$ total: 2 errors, 2 warnings, 0 checks, 263 lines checked