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 83BDE43036 for ; Fri, 11 Aug 2023 19:33:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E1BE40144; Fri, 11 Aug 2023 19:33:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9EA9940144 for ; Fri, 11 Aug 2023 19:33:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 968B7120D38; Fri, 11 Aug 2023 19:33:37 +0200 (CEST) Subject: |WARNING| pw130183 [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API In-Reply-To: <1691775136-6460-3-git-send-email-roretzla@linux.microsoft.com> References: <1691775136-6460-3-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20230811173337.968B7120D38@dpdk.org> Date: Fri, 11 Aug 2023 19:33:37 +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/130183 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #100: FILE: app/test/test_mcslock.c:39: +rte_mcslock_t * __rte_atomic p_ml; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #101: FILE: app/test/test_mcslock.c:40: +rte_mcslock_t * __rte_atomic p_ml_try; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #102: FILE: app/test/test_mcslock.c:41: +rte_mcslock_t * __rte_atomic p_ml_perf; total: 3 errors, 0 warnings, 1344 lines checked