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 C1108A052A for ; Mon, 20 Jan 2020 15:19:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B3BD94C90; Mon, 20 Jan 2020 15:19:42 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 951994C8B; Mon, 20 Jan 2020 15:19:41 +0100 (CET) In-Reply-To: <20200120141603.18719-2-i.dyukov@samsung.com> References: <20200120141603.18719-2-i.dyukov@samsung.com> To: test-report@dpdk.org Cc: Ivan Dyukov Message-Id: <20200120141941.951994C8B@dpdk.org> Date: Mon, 20 Jan 2020 15:19:41 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw64932 [PATCH 1/2] net/virtio: refactor devargs parsing 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/64932 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #134: FILE: drivers/net/virtio/virtio_ethdev.c:1961: + *(int*)ret_val = 1; ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #136: FILE: drivers/net/virtio/virtio_ethdev.c:1963: + *(int*)ret_val = 0; WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #156: FILE: drivers/net/virtio/virtio_ethdev.c:1987: + /* vdpa mode selected when there's a key-value pair: + vdpa=1 */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #156: FILE: drivers/net/virtio/virtio_ethdev.c:1987: + vdpa=1 */ WARNING:BRACES: braces {} are not necessary for single statement blocks #159: FILE: drivers/net/virtio/virtio_ethdev.c:1990: + if (ret < 0) { goto exit; } total: 2 errors, 3 warnings, 0 checks, 59 lines checked