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 0F68DA00C3 for ; Thu, 3 Feb 2022 19:16:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C05140143; Thu, 3 Feb 2022 19:16:14 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 85B3D40140 for ; Thu, 3 Feb 2022 19:16:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7DB92120715; Thu, 3 Feb 2022 19:16:12 +0100 (CET) Subject: |WARNING| pw106846 [PATCH v3 5/6] eal/linux: allow hugepage file reuse In-Reply-To: <20220203181337.759161-6-dkozlyuk@nvidia.com> References: <20220203181337.759161-6-dkozlyuk@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dmitry Kozlyuk Message-Id: <20220203181612.7DB92120715@dpdk.org> Date: Thu, 3 Feb 2022 19:16:12 +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/106846 _coding style issues_ WARNING:TYPO_SPELLING: 'exisiting' may be misspelled - perhaps 'existing'? #176: 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'? #562: FILE: lib/eal/linux/eal_memalloc.c:360: + fd = open(path, O_CREAT | O_RDWR, 0600); total: 0 errors, 2 warnings, 529 lines checked