Re: [dpdk-dev] [PATCH] vhost/crypto: fix incorrect bracket location

2018-04-30 Thread Maxime Coquelin
On 04/30/2018 12:31 PM, Fan Zhang wrote: Coverity issue: 277232 Coverity issue: 277237 Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Maxime Coqu

[dpdk-dev] [PATCH] vhost/crypto: fix incorrect bracket location

2018-04-30 Thread Fan Zhang
Coverity issue: 277232 Coverity issue: 277237 Fixes: 3bb595ecd682 ("vhost/crypto: add request handler") Signed-off-by: Fan Zhang --- lib/librte_vhost/vhost_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_vhost/vhost_crypto.c b/lib/librte_vhost/vhost_cr