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 E6B1BA0548 for ; Mon, 26 Apr 2021 11:54:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C0A44119B; Mon, 26 Apr 2021 11:54:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5617140140 for ; Mon, 26 Apr 2021 11:54:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 52433121158; Mon, 26 Apr 2021 11:54:29 +0200 (CEST) In-Reply-To: <20210426095259.225354-3-bruce.richardson@intel.com> References: <20210426095259.225354-3-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210426095429.52433121158@dpdk.org> Date: Mon, 26 Apr 2021 11:54:29 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw92155 [PATCH v2 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/92155 _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