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 6326CA0C40 for ; Tue, 3 Aug 2021 21:02:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F57E411FD; Tue, 3 Aug 2021 21:02:57 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1E359411FB for ; Tue, 3 Aug 2021 21:02:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 19E5212365F; Tue, 3 Aug 2021 21:02:57 +0200 (CEST) In-Reply-To: <1628017291-3756-7-git-send-email-navasile@linux.microsoft.com> References: <1628017291-3756-7-git-send-email-navasile@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Narcisa Ana Maria Vasile Message-Id: <20210803190257.19E5212365F@dpdk.org> Date: Tue, 3 Aug 2021 21:02:57 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw96635 [PATCH v13 06/10] eal: add thread lifetime management 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/96635 _coding style issues_ WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #176: FILE: lib/eal/common/rte_thread.c:231: + void **pres = NULL; WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #179: FILE: lib/eal/common/rte_thread.c:234: + pres = &res; WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #181: FILE: lib/eal/common/rte_thread.c:236: + ret = pthread_join((pthread_t)thread_id.opaque_id, pres); WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #187: FILE: lib/eal/common/rte_thread.c:242: + if (pres != NULL) WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #188: FILE: lib/eal/common/rte_thread.c:243: + *value_ptr = *(unsigned long *)(*pres); total: 0 errors, 5 warnings, 347 lines checked