From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost/crypto: fix bracket Date: Fri, 4 May 2018 17:13:29 +0200 Message-ID: <247cbde6-c374-ed31-8cc9-c02f14a0435b@redhat.com> References: <20180430103601.32356-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ferruh.yigit@intel.com To: Fan Zhang , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id C74062B82 for ; Fri, 4 May 2018 17:13:31 +0200 (CEST) In-Reply-To: <20180430103601.32356-1-roy.fan.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04/30/2018 12:36 PM, Fan Zhang wrote: > Coverity issue: 233232 > Coverity issue: 233237 > Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") > > Signed-off-by: Fan Zhang > --- > lib/librte_vhost/vhost_crypto.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Applied to dpdk-next-virtio/master with changes suggested by Thomas. Thanks, Maxime