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 458D146C31 for ; Mon, 28 Jul 2025 11:06:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0FE8340664; Mon, 28 Jul 2025 11:06:35 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EE1AB40664 for ; Mon, 28 Jul 2025 11:06:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9AA641251A0; Mon, 28 Jul 2025 11:04:41 +0200 (CEST) Subject: |WARNING| pw155548 [PATCH v12 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function In-Reply-To: <20250728090517.1811244-4-liujie5@linkdatatechnology.com> References: <20250728090517.1811244-4-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: liujie5@linkdatatechnology.com Message-Id: <20250728090441.9AA641251A0@dpdk.org> Date: Mon, 28 Jul 2025 11:04:41 +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/155548 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #195: FILE: drivers/net/sxe/pf/sxe.h:81: + RTE_ATOMIC(bool) link_thread_running; CHECK:SPACING: No space is necessary after a cast #196: FILE: drivers/net/sxe/pf/sxe.h:82: + RTE_ATOMIC(bool) is_stopping; total: 0 errors, 0 warnings, 2 checks, 2526 lines checked