From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7DD4EA2EDB for ; Wed, 2 Oct 2019 00:20:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6EDE41BE8B; Wed, 2 Oct 2019 00:20:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 29CE71BE92; Wed, 2 Oct 2019 00:20:26 +0200 (CEST) In-Reply-To: <20191001221935.12140-1-fbl@sysclose.org> References: <20191001221935.12140-1-fbl@sysclose.org> To: test-report@dpdk.org Cc: Flavio Leitner Message-Id: <20191001222026.29CE71BE92@dpdk.org> Date: Wed, 2 Oct 2019 00:20:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw60373 [PATCH] vhost: add support to large linear mbufs X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/60373 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #252: FILE: lib/librte_vhost/virtio_net.c:1627: + count);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #252: FILE: lib/librte_vhost/virtio_net.c:1627: + count);$ ERROR:CODE_INDENT: code indent should use tabs where possible #256: FILE: lib/librte_vhost/virtio_net.c:1630: + count);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #256: FILE: lib/librte_vhost/virtio_net.c:1630: + count);$ total: 2 errors, 2 warnings, 184 lines checked