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 4280C423BA for ; Thu, 12 Jan 2023 22:28:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E86E42D36; Thu, 12 Jan 2023 22:28:06 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2168342D27 for ; Thu, 12 Jan 2023 22:28:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 07D1A1234F4; Thu, 12 Jan 2023 22:28:04 +0100 (CET) Subject: |WARNING| pw121981 [PATCH] eal: introduce atomics abstraction In-Reply-To: <1673558785-24992-2-git-send-email-roretzla@linux.microsoft.com> References: <1673558785-24992-2-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20230112212805.07D1A1234F4@dpdk.org> Date: Thu, 12 Jan 2023 22:28:04 +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/121981 _coding style issues_ WARNING:LONG_LINE: line length of 114 exceeds 100 columns #254: FILE: lib/eal/include/generic/rte_atomic.h:230: + __atomic_compare_exchange_n(obj, expected, desired, 1, rte_memory_order_seq_cst, rte_memory_order_seq_cst) total: 0 errors, 1 warnings, 281 lines checked Warning in lib/eal/include/generic/rte_atomic.h: Using __sync_xxx builtins