From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A61C41BA32; Thu, 10 May 2018 11:36:40 +0200 (CEST) In-Reply-To: <20180510093623.82588-1-zhiyong.yang@intel.com> References: <20180510093623.82588-1-zhiyong.yang@intel.com> To: test-report@dpdk.org Cc: Zhiyong Yang Message-Id: <20180510093640.A61C41BA32@dpdk.org> Date: Thu, 10 May 2018 11:36:40 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39723 [PATCH v2] net/virtio-user: fix multiple queues fail in server mode 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: , X-List-Received-Date: Thu, 10 May 2018 09:36:40 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/39723 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #66: FILE: drivers/net/virtio/virtio_user/virtio_user_dev.c:453: + if (dev->vhostfd >= 0) { [...] + } else if (!dev->is_server) [...] total: 0 errors, 0 warnings, 1 checks, 61 lines checked