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 0D764A052A for ; Tue, 26 Jan 2021 11:22:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F0583141470; Tue, 26 Jan 2021 11:22:11 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 5BE7D141463 for ; Tue, 26 Jan 2021 11:22:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 57668C88E; Tue, 26 Jan 2021 11:22:07 +0100 (CET) In-Reply-To: <20210126101639.250481-27-maxime.coquelin@redhat.com> References: <20210126101639.250481-27-maxime.coquelin@redhat.com> To: test-report@dpdk.org Cc: Maxime Coquelin Message-Id: <20210126102207.57668C88E@dpdk.org> Date: Tue, 26 Jan 2021 11:22:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw87313 [PATCH v4 26/44] net/virtio: add Virtio-user ops to set owner 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/87313 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #123: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:66: + PMD_DRV_LOG(ERR, "Vhost-kernel ioctl %"PRIu64" failed (%s)", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #123: FILE: drivers/net/virtio/virtio_user/vhost_kernel.c:66: + PMD_DRV_LOG(ERR, "Vhost-kernel ioctl %"PRIu64" failed (%s)", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #237: FILE: drivers/net/virtio/virtio_user/vhost_vdpa.c:96: + PMD_DRV_LOG(ERR, "Vhost-vDPA ioctl %"PRIu64" failed (%s)", total: 0 errors, 0 warnings, 3 checks, 173 lines checked