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 83185A0561 for ; Thu, 18 Mar 2021 19:22:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66539140EAF; Thu, 18 Mar 2021 19:22:18 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 0EE4C40698 for ; Thu, 18 Mar 2021 19:22:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id B785FF64; Thu, 18 Mar 2021 19:22:16 +0100 (CET) In-Reply-To: <20210318182042.43658-2-bruce.richardson@intel.com> References: <20210318182042.43658-2-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20210318182216.B785FF64@dpdk.org> Date: Thu, 18 Mar 2021 19:22:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89502 [PATCH v1 1/6] 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/89502 _coding style issues_ WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'? #95: 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'? #96: FILE: drivers/raw/ioat/idxd_pci.c:186: + nb_wqs = max_queues; WARNING:TYPO_SPELLING: 'wqs' may be misspelled - perhaps 'was'? #101: FILE: drivers/raw/ioat/idxd_pci.c:191: + IOAT_PMD_DEBUG("Limiting queues to %u", nb_wqs); total: 0 errors, 3 warnings, 60 lines checked