From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C465F7CF9; Wed, 21 Jun 2017 05:00:53 +0200 (CEST) In-Reply-To: <1498013885-102779-21-git-send-email-tiwei.bie@intel.com> References: <1498013885-102779-21-git-send-email-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170621030053.C465F7CF9@dpdk.org> Date: Wed, 21 Jun 2017 05:00:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25527 [PATCH RFC 20/29] vhost: fix vring addr setup 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: Wed, 21 Jun 2017 03:00:54 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25527 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #27: FILE: lib/librte_vhost/vhost.c:444: + if (dev->features & (1ULL << VIRTIO_F_VERSION_1_1)) { + return 0; + } total: 0 errors, 1 warnings, 45 lines checked