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 83BA0A0555 for ; Thu, 9 Jun 2022 16:00:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8092840689; Thu, 9 Jun 2022 16:00:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2755A40220 for ; Thu, 9 Jun 2022 16:00:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 231A4123450; Thu, 9 Jun 2022 16:00:11 +0200 (CEST) Subject: |WARNING| pw112625 [PATCH 2/6] eal: add thread lifetime management In-Reply-To: <1654783134-13303-3-git-send-email-roretzla@linux.microsoft.com> References: <1654783134-13303-3-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20220609140011.231A4123450@dpdk.org> Date: Thu, 9 Jun 2022 16:00:11 +0200 (CEST) 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/112625 _coding style issues_ WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #254: FILE: lib/eal/unix/rte_thread.c:163: + void **pres = NULL; WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #257: FILE: lib/eal/unix/rte_thread.c:166: + pres = &res; WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #259: FILE: lib/eal/unix/rte_thread.c:168: + ret = pthread_join((pthread_t)thread_id.opaque_id, pres); WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #265: FILE: lib/eal/unix/rte_thread.c:174: + if (value_ptr != NULL && *pres != NULL) WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'? #266: FILE: lib/eal/unix/rte_thread.c:175: + *value_ptr = *(unsigned long *)(*pres); total: 0 errors, 5 warnings, 445 lines checked