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 C98CA46B51 for ; Sat, 12 Jul 2025 08:25:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C5D4E402D8; Sat, 12 Jul 2025 08:25:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B2ABF402D8 for ; Sat, 12 Jul 2025 08:25:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D21B512530F; Sat, 12 Jul 2025 08:23:30 +0200 (CEST) Subject: |WARNING| pw155170 [PATCH v6 04/14] net/sxe: add link, flow ctrl, mac ops, mtu ops function In-Reply-To: <20250712061846.305072-4-liujie5@linkdatatechnology.com> References: <20250712061846.305072-4-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Liu Message-Id: <20250712062330.D21B512530F@dpdk.org> Date: Sat, 12 Jul 2025 08:23:30 +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/155170 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #135: FILE: drivers/net/sxe/pf/sxe.h:51: + RTE_ATOMIC(bool) link_thread_running; CHECK:SPACING: No space is necessary after a cast #136: FILE: drivers/net/sxe/pf/sxe.h:52: + RTE_ATOMIC(bool) is_stopping; total: 0 errors, 0 warnings, 2 checks, 2297 lines checked