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 E876141E88 for ; Tue, 14 Mar 2023 00:32:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E5A9940F16; Tue, 14 Mar 2023 00:32:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BB77D40F16 for ; Tue, 14 Mar 2023 00:32:29 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id A76DA1209C6; Tue, 14 Mar 2023 00:32:29 +0100 (CET) Subject: |WARNING| pw125083 [PATCH v2 2/2] eal: fix failure path race setting new thread affinity In-Reply-To: <1678750267-3829-3-git-send-email-roretzla@linux.microsoft.com> References: <1678750267-3829-3-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20230313233229.A76DA1209C6@dpdk.org> Date: Tue, 14 Mar 2023 00:32:29 +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/125083 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #162: FILE: lib/eal/unix/rte_thread.c:195: + while ((thread_wrapper_status = [...] + sched_yield(); total: 0 errors, 1 warnings, 96 lines checked