From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B657B7CEC; Wed, 21 Jun 2017 05:00:28 +0200 (CEST) In-Reply-To: <1498013885-102779-9-git-send-email-tiwei.bie@intel.com> References: <1498013885-102779-9-git-send-email-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170621030028.B657B7CEC@dpdk.org> Date: Wed, 21 Jun 2017 05:00:28 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25515 [PATCH RFC 08/29] xxx: batch the desc_hw update? 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:29 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25515 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #129: FILE: lib/librte_vhost/virtio_net.c:1149: + for (idx = 1; idx < (uint16_t)(vq->last_used_idx - head_idx); idx++) { + desc[(idx + head_idx) & (vq->size - 1)].flags = 0; + } total: 0 errors, 1 warnings, 99 lines checked