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 9F2D1A0C43 for ; Fri, 8 Oct 2021 02:24:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 90CE340042; Fri, 8 Oct 2021 02:24:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1D7C34003C for ; Fri, 8 Oct 2021 02:24:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id F0210120E00; Fri, 8 Oct 2021 02:24:38 +0200 (CEST) In-Reply-To: <20211008002243.88955-1-u9012063@gmail.com> References: <20211008002243.88955-1-u9012063@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: William Tu Message-Id: <20211008002438.F0210120E00@dpdk.org> Date: Fri, 8 Oct 2021 02:24:38 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100739 [PATCH v1] windows/netuio: fix pci resouce translation 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/100739 _coding style issues_ WARNING:TYPO_SPELLING: 'resouce' may be misspelled - perhaps 'resource'? #61: Subject: [dpdk-dev] [PATCH v1] windows/netuio: fix pci resouce translation WARNING:TYPO_SPELLING: 'decriptor' may be misspelled - perhaps 'descriptor'? #82: returns true, the loop continue and the decriptor will be NULL, ERROR:CODE_INDENT: code indent should use tabs where possible #102: FILE: windows/netuio/netuio_dev.c:210: + status = STATUS_SUCCESS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #102: FILE: windows/netuio/netuio_dev.c:210: + status = STATUS_SUCCESS;$ total: 1 errors, 3 warnings, 8 lines checked