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 56697A0542 for ; Sun, 9 Oct 2022 15:26:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 53EC040146; Sun, 9 Oct 2022 15:26:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E92BE400D5 for ; Sun, 9 Oct 2022 15:26:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E0E8A120EFA; Sun, 9 Oct 2022 15:26:36 +0200 (CEST) Subject: |WARNING| pw117742 [PATCH v5 3/4] mempool: fix cache flushing algorithm In-Reply-To: <20221009132515.584958-4-andrew.rybchenko@oktetlabs.ru> References: <20221009132515.584958-4-andrew.rybchenko@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andrew Rybchenko Message-Id: <20221009132636.E0E8A120EFA@dpdk.org> Date: Sun, 9 Oct 2022 15:26:36 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/117742 _coding style issues_ WARNING:TYPO_SPELLING: 'execeed' may be misspelled - perhaps 'exceed'? #83: to do flushing if the threshold is really execeed, not just reached. WARNING:TYPO_SPELLING: 'objecs' may be misspelled - perhaps 'objects'? #86: flushed already when reaching size objecs, not when exceeding size total: 0 errors, 2 warnings, 74 lines checked