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 C8E2446B1B for ; Mon, 7 Jul 2025 14:04:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2FCC40287; Mon, 7 Jul 2025 14:04:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id AEBD240287 for ; Mon, 7 Jul 2025 14:04:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 610C7125304; Mon, 7 Jul 2025 14:03:18 +0200 (CEST) Subject: |WARNING| pw155045 [PATCH v3 14/14] net/sxe: add Solve compilation problems. In-Reply-To: <20250707115819.12826-14-liujie5@linkdatatechnology.com> References: <20250707115819.12826-14-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Liu Message-Id: <20250707120318.610C7125304@dpdk.org> Date: Mon, 7 Jul 2025 14:03:18 +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/155045 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around adapter->link_thread_running #487: FILE: drivers/net/sxe/pf/sxe_phy.c:60: + rte_atomic_store_explicit(&(adapter->link_thread_running), 0, rte_memory_order_seq_cst); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around adapter->link_thread_running #496: FILE: drivers/net/sxe/pf/sxe_phy.c:71: + while (rte_atomic_load_explicit(&(adapter->link_thread_running), CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #498: FILE: drivers/net/sxe/pf/sxe_phy.c:73: + rte_memory_order_seq_cst)) { + CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around adapter->link_thread_running #507: FILE: drivers/net/sxe/pf/sxe_phy.c:154: + if (!rte_atomic_exchange_explicit(&(adapter->link_thread_running), 1, total: 0 errors, 0 warnings, 4 checks, 628 lines checked