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 1D861A0556 for ; Mon, 5 Sep 2022 05:49:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 178FF40697; Mon, 5 Sep 2022 05:49:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4FA6F400D4 for ; Mon, 5 Sep 2022 05:49:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2F852121F02; Mon, 5 Sep 2022 05:49:43 +0200 (CEST) Subject: |WARNING| pw115830 [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kangjie Xu Message-Id: <20220905034943.2F852121F02@dpdk.org> Date: Mon, 5 Sep 2022 05:49:43 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/115830 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #113: FILE: lib/vhost/vhost_user.c:2784: + if (!(dev->features & (1ULL << VIRTIO_F_RING_RESET))) { + return RTE_VHOST_MSG_RESULT_ERR; + } total: 0 errors, 1 warnings, 61 lines checked