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 50587A0351 for ; Wed, 19 Jan 2022 22:13:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 493F441203; Wed, 19 Jan 2022 22:13:27 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5D71B411FE for ; Wed, 19 Jan 2022 22:13:26 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 573ED12091F; Wed, 19 Jan 2022 22:13:26 +0100 (CET) Subject: |WARNING| pw106102 [PATCH v2 5/6] eal/linux: allow hugepage file reuse In-Reply-To: <20220119211144.766098-1-dkozlyuk@nvidia.com> References: <20220119211144.766098-1-dkozlyuk@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20220119211326.573ED12091F@dpdk.org> Date: Wed, 19 Jan 2022 22:13:26 +0100 (CET) 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/106102 _coding style issues_ WARNING:TYPO_SPELLING: 'exisiting' may be misspelled - perhaps 'existing'? #175: FILE: lib/eal/common/eal_internal_cfg.h:47: + /** Unlink exisiting files at startup, re-create them before mapping. */ WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'? #561: FILE: lib/eal/linux/eal_memalloc.c:360: + fd = open(path, O_CREAT | O_RDWR, 0600); total: 0 errors, 2 warnings, 529 lines checked