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 9177AA04C0 for ; Fri, 25 Sep 2020 14:32:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1F6E1E986; Fri, 25 Sep 2020 14:32:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9B6CB1E960; Fri, 25 Sep 2020 14:32:44 +0200 (CEST) In-Reply-To: <20200925123113.68916-4-maxime.coquelin@redhat.com> References: <20200925123113.68916-4-maxime.coquelin@redhat.com> To: test-report@dpdk.org Cc: Maxime Coquelin Message-Id: <20200925123244.9B6CB1E960@dpdk.org> Date: Fri, 25 Sep 2020 14:32:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw78843 [PATCH v2 3/8] net/virtio: move backend type selection to ethdev 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/78843 _coding style issues_ CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #119: FILE: drivers/net/virtio/virtio_user/virtio_user_dev.c:137: + if (dev->backend_type == VIRTIO_USER_BACKEND_VHOST_USER + && dev->vhostfd < 0) ERROR:SPACING: spaces required around that '?' (ctx:VxE) #265: FILE: drivers/net/virtio/virtio_user_ethdev.c:530: + return S_ISSOCK(sb.st_mode)? ^ total: 1 errors, 0 warnings, 1 checks, 189 lines checked