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 25B5B45B5A for ; Thu, 17 Oct 2024 08:36:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2205540264; Thu, 17 Oct 2024 08:36:32 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 56CCD40261 for ; Thu, 17 Oct 2024 08:36:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 51B02121E31; Thu, 17 Oct 2024 08:36:28 +0200 (CEST) Subject: |WARNING| pw146123 [PATCH v2 01/18] net/r8169: add PMD driver skeleton In-Reply-To: <20241017063200.26101-2-howard_wang@realsil.com.cn> References: <20241017063200.26101-2-howard_wang@realsil.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Howard Wang Message-Id: <20241017063628.51B02121E31@dpdk.org> Date: Thu, 17 Oct 2024 08:36:28 +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/146123 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #160: FILE: drivers/net/r8169/r8169_ethdev.c:6: +#include ERROR:CODE_INDENT: code indent should use tabs where possible #311: 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 #311: FILE: drivers/net/r8169/r8169_ethdev.c:157: + struct rte_pci_device *pci_dev)$ ERROR:CODE_INDENT: code indent should use tabs where possible #314: FILE: drivers/net/r8169/r8169_ethdev.c:160: +^I rtl_dev_init);$ total: 2 errors, 2 warnings, 0 checks, 263 lines checked