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 D31C6A04FD for ; Sun, 4 Dec 2022 13:01:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C7BEC4068E; Sun, 4 Dec 2022 13:01:32 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 100E340042 for ; Sun, 4 Dec 2022 13:01:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0058F122CD9; Sun, 4 Dec 2022 13:01:31 +0100 (CET) Subject: |WARNING| pw120443 [PATCH v3] mbuf perf test, please ignore In-Reply-To: <20221204120008.31851-1-mb@smartsharesystems.com> References: <20221204120008.31851-1-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20221204120132.0058F122CD9@dpdk.org> Date: Sun, 4 Dec 2022 13:01:31 +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/120443 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #216: FILE: lib/mbuf/rte_mbuf.c:129: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #308: FILE: lib/mbuf/rte_mbuf.c:634: + prev->nb_segs = 2;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #308: FILE: lib/mbuf/rte_mbuf.c:634: + prev->nb_segs = 2;$ ERROR:CODE_INDENT: code indent should use tabs where possible #340: FILE: lib/mbuf/rte_mbuf.h:1359: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #340: FILE: lib/mbuf/rte_mbuf.h:1359: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #354: FILE: lib/mbuf/rte_mbuf.h:1376: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #354: FILE: lib/mbuf/rte_mbuf.h:1376: + }$ total: 3 errors, 4 warnings, 311 lines checked