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 2617F4600C for ; Tue, 7 Jan 2025 11:00:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B2AA40DF6; Tue, 7 Jan 2025 11:00:32 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C660540DF6 for ; Tue, 7 Jan 2025 11:00:30 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id DE47A121D87; Tue, 7 Jan 2025 10:59:54 +0100 (CET) Subject: |WARNING| pw149661 [PATCH] net/memif: Fix memif-rx buffer linking In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mike Bly Message-Id: <20250107095954.DE47A121D87@dpdk.org> Date: Tue, 7 Jan 2025 10:59:54 +0100 (CET) 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/149661 _coding style issues_ ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #96: FILE: drivers/net/memif/rte_eth_memif.c:413: uint16_t nb_pkts) ERROR:CODE_INDENT: code indent should use tabs where possible #101: FILE: drivers/net/memif/rte_eth_memif.c:417: + dst_off = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #101: FILE: drivers/net/memif/rte_eth_memif.c:417: + dst_off = 0;$ total: 2 errors, 1 warnings, 0 checks, 14 lines checked