From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] aesni_mb: fix control issues in aesni pmd Date: Tue, 07 Jun 2016 16:33:34 +0200 Message-ID: <6262685.po3fVs1FdT@xps13> References: <1463644891-12521-1-git-send-email-deepak.k.jain@intel.com> <1465292084-189336-1-git-send-email-deepak.k.jain@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" To: "Jain, Deepak K" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 0A712960F for ; Tue, 7 Jun 2016 16:33:36 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id k204so72082883wmk.0 for ; Tue, 07 Jun 2016 07:33:36 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fix wrong indentation for return value > > > > Coverity ID: 126585 > > Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto") > > > > Signed-off-by: Deepak Kumar Jain > > Acked-by: Pablo de Lara Applied, thanks