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 BF4F4A0C4B for ; Thu, 11 Nov 2021 02:36:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB86B40E28; Thu, 11 Nov 2021 02:36:36 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 808D540E03 for ; Thu, 11 Nov 2021 02:36:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6FFA7120735; Thu, 11 Nov 2021 02:36:35 +0100 (CET) Subject: |WARNING| pw104142 [PATCH v18 6/8] eal: add thread lifetime management In-Reply-To: <1636594425-9692-7-git-send-email-navasile@linux.microsoft.com> References: <1636594425-9692-7-git-send-email-navasile@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Narcisa Ana Maria Vasile Message-Id: <20211111013635.6FFA7120735@dpdk.org> Date: Thu, 11 Nov 2021 02:36:35 +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/104142 _coding style issues_ WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #430: FILE: lib/eal/common/rte_thread.c:289: + void **pres = NULL; WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #433: FILE: lib/eal/common/rte_thread.c:292: + pres = &res; WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #435: FILE: lib/eal/common/rte_thread.c:294: + ret = pthread_join((pthread_t)thread_id.opaque_id, pres); WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #441: FILE: lib/eal/common/rte_thread.c:300: + if (value_ptr != NULL && *pres != NULL) WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #442: FILE: lib/eal/common/rte_thread.c:301: + *value_ptr = *(unsigned long *)(*pres); total: 0 errors, 5 warnings, 578 lines checked