From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1F289A09F0 for ; Wed, 16 Dec 2020 17:51:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B349BC9EC; Wed, 16 Dec 2020 17:51:22 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 4ECE5C9DE; Wed, 16 Dec 2020 17:51:22 +0100 (CET) In-Reply-To: <20201216164931.1517-3-ophirmu@nvidia.com> References: <20201216164931.1517-3-ophirmu@nvidia.com> To: test-report@dpdk.org Cc: Ophir Munk Message-Id: <20201216165122.4ECE5C9DE@dpdk.org> Date: Wed, 16 Dec 2020 17:51:22 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw85253 [PATCH v1 2/6] app/regex: support multi QPs X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/85253 _coding style issues_ WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #55: variables are replaced by per-QP struct instance. The enque/deque WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #57: enque(QP #1) WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #58: enque(QP #2) WARNING:TYPO_SPELLING: 'enque' may be misspelled - perhaps 'enqueue'? #60: enque(QP #n) WARNING:TYPO_SPELLING: 'defalut' may be misspelled - perhaps 'default'? #68: If not configured, nb_qps is set to 1 by defalut. total: 0 errors, 5 warnings, 473 lines checked