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 D57A5A0546 for ; Fri, 30 Apr 2021 13:19:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D16D84014F; Fri, 30 Apr 2021 13:19:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9ED244013F for ; Fri, 30 Apr 2021 13:19:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 99F17121159; Fri, 30 Apr 2021 13:19:18 +0200 (CEST) In-Reply-To: <20210430111727.12203-3-bruce.richardson@intel.com> References: <20210430111727.12203-3-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210430111918.99F17121159@dpdk.org> Date: Fri, 30 Apr 2021 13:19:18 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92478 [PATCH v3 02/12] raw/ioat: support limiting queues for idxd PCI device 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/92478 _coding style issues_ WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'? #117: FILE: drivers/raw/ioat/idxd_pci.c:185: + if (max_queues != 0 && nb_wqs > max_queues) { WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'? #118: FILE: drivers/raw/ioat/idxd_pci.c:186: + nb_wqs = max_queues; WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'? #123: FILE: drivers/raw/ioat/idxd_pci.c:191: + IOAT_PMD_DEBUG("Limiting queues to %u", nb_wqs); total: 0 errors, 3 warnings, 74 lines checked