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 2E142A0507 for ; Fri, 1 Apr 2022 15:31:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29BFE42911; Fri, 1 Apr 2022 15:31:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 527194067E for ; Fri, 1 Apr 2022 15:31:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 39C47120950; Fri, 1 Apr 2022 15:31:03 +0200 (CEST) Subject: |WARNING| pw109081 [PATCH 3/3] test/threads: add unit test for thread API In-Reply-To: <1648819793-18948-4-git-send-email-roretzla@linux.microsoft.com> References: <1648819793-18948-4-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20220401133103.39C47120950@dpdk.org> Date: Fri, 1 Apr 2022 15:31:03 +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/109081 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #128: FILE: app/test/test_threads.c:39: + RTE_TEST_ASSERT(0 == memcmp(&cpuset0, &cpuset1, sizeof(rte_cpuset_t)), WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #135: FILE: app/test/test_threads.c:46: + RTE_TEST_ASSERT(0 == memcmp(&cpuset0, &cpuset1, sizeof(rte_cpuset_t)), WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #150: FILE: app/test/test_threads.c:61: + RTE_TEST_ASSERT(0 == memcmp(&cpuset0, &cpuset1, sizeof(rte_cpuset_t)), total: 0 errors, 3 warnings, 97 lines checked