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 DCE4146C0C for ; Fri, 25 Jul 2025 12:50:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D06FE40651; Fri, 25 Jul 2025 12:50:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8F12040659 for ; Fri, 25 Jul 2025 12:50:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DE60C1251A0; Fri, 25 Jul 2025 12:48:48 +0200 (CEST) Subject: |WARNING| pw155508 [PATCH v11 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function In-Reply-To: <20250725104855.73326-4-liujie5@linkdatatechnology.com> References: <20250725104855.73326-4-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Liu Message-Id: <20250725104848.DE60C1251A0@dpdk.org> Date: Fri, 25 Jul 2025 12:48:48 +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/155508 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #192: FILE: drivers/net/sxe/pf/sxe.h:81: + RTE_ATOMIC(bool) link_thread_running; CHECK:SPACING: No space is necessary after a cast #193: FILE: drivers/net/sxe/pf/sxe.h:82: + RTE_ATOMIC(bool) is_stopping; total: 0 errors, 0 warnings, 2 checks, 2526 lines checked