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 92887A0562 for ; Tue, 13 Apr 2021 19:20:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F323161224; Tue, 13 Apr 2021 19:20:47 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 765251611FC for ; Tue, 13 Apr 2021 19:20:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6A0761209EC; Tue, 13 Apr 2021 19:20:46 +0200 (CEST) In-Reply-To: <1618334363-15147-6-git-send-email-jizh@linux.microsoft.com> References: <1618334363-15147-6-git-send-email-jizh@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Zhou Message-Id: <20210413172046.6A0761209EC@dpdk.org> Date: Tue, 13 Apr 2021 19:20:46 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw91296 [PATCH v3 5/6] app/testpmd: add rte_mem_lockall in librte_eal 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/91296 _coding style issues_ WARNING:TYPO_SPELLING: 'process'' may be misspelled - perhaps 'process's'? #82: FILE: lib/librte_eal/include/rte_eal_paging.h:42: + /** Lock all pages currently mapped into process's address space. */ WARNING:TYPO_SPELLING: 'process'' may be misspelled - perhaps 'process's'? #84: FILE: lib/librte_eal/include/rte_eal_paging.h:44: + /** Lock all pages mapped into process's address space in the future.*/ total: 0 errors, 2 warnings, 63 lines checked