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 BD53F48877 for ; Wed, 1 Oct 2025 01:40:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B520D400EF; Wed, 1 Oct 2025 01:40:07 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 75096400EF for ; Wed, 1 Oct 2025 01:40:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 59B8F124244; Wed, 1 Oct 2025 01:40:05 +0200 (CEST) Subject: |WARNING| pw157152 [PATCH v3 2/5] mbuf: record mbuf operations history In-Reply-To: <20250930233828.3999565-3-thomas@monjalon.net> References: <20250930233828.3999565-3-thomas@monjalon.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thomas Monjalon Message-Id: <20250930234005.59B8F124244@dpdk.org> Date: Wed, 1 Oct 2025 01:40:05 +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/157152 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #614: FILE: lib/mbuf/rte_mbuf_history.h:100: + if (unlikely (m == NULL)) WARNING:SPACING: space prohibited between function name and open parenthesis '(' #645: FILE: lib/mbuf/rte_mbuf_history.h:131: + if (unlikely (mbufs == NULL)) total: 0 errors, 2 warnings, 515 lines checked