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 805FEA0509 for ; Wed, 30 Mar 2022 12:10:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B0CD428C6; Wed, 30 Mar 2022 12:10:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 07040428C5 for ; Wed, 30 Mar 2022 12:10:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EA19F121D58; Wed, 30 Mar 2022 12:10:57 +0200 (CEST) Subject: |WARNING| pw109023 [PATCH] eal: add seqlock In-Reply-To: <20220330100710.107650-1-mattias.ronnblom@ericsson.com> References: <20220330100710.107650-1-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20220330101057.EA19F121D58@dpdk.org> Date: Wed, 30 Mar 2022 12:10:57 +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/109023 _coding style issues_ WARNING:TYPO_SPELLING: 'reclaimation' may be misspelled - perhaps 'reclamation'? #514: FILE: lib/eal/include/rte_seqlock.h:33: + * To avoid resource reclaimation issues, the data protected by a WARNING:TYPO_SPELLING: 'criticial' may be misspelled - perhaps 'critical'? #612: FILE: lib/eal/include/rte_seqlock.h:131: + * application only may read the data in the read-side criticial WARNING:TYPO_SPELLING: 'nessesary' may be misspelled - perhaps 'necessary'? #706: FILE: lib/eal/include/rte_seqlock.h:225: + * After the nessesary updates have been performed, the application total: 0 errors, 3 warnings, 531 lines checked