From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D4A9C04AB3 for ; Mon, 27 May 2019 13:53:06 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 16F1920665 for ; Mon, 27 May 2019 13:53:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=semihalf-com.20150623.gappssmtp.com header.i=@semihalf-com.20150623.gappssmtp.com header.b="1Lt8OdLR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16F1920665 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=semihalf.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D2B2F94; Mon, 27 May 2019 15:53:04 +0200 (CEST) Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) by dpdk.org (Postfix) with ESMTP id 27DA2A49 for ; Mon, 27 May 2019 15:53:03 +0200 (CEST) Received: by mail-lf1-f66.google.com with SMTP id m15so11527019lfh.4 for ; Mon, 27 May 2019 06:53:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=67OGtcEnG8Tdv7JhfKbD7UB4xrvKutSADySGp/Jol/U=; b=1Lt8OdLR9gwpaH+ahGXGi81+jLXW19YcDQ1PPaLP8KPuV8ynV/iq8mBlp9hfQ6U8wV cpeT5c4mtuYc8EmyVl4wKUNp6XuCHFxTc9e08IioiJ32CpBIQV00NMGykZvVE8nF42Rx j6lpXyAQgvMV89shkcMxSN5WPuP2YrbVk6tyYTTrLJ/09eLpsMwpXa9BKMuFyMQTu+Ma yTiruWOR2AeLgokvfgKYcqg0p3pCRq/UGYlsakzU6HdPwcWwHTj5EosKiG4iM0nVEbjK R7RVfqb/UDAhmjJoWUcZ8xfDHLJ+SBdlS8MryguUNSF5YX9O9evah3jNlCCswEYEAPey CF2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=67OGtcEnG8Tdv7JhfKbD7UB4xrvKutSADySGp/Jol/U=; b=U7sO/6pH1WKfy68bY7m5c2rQK8g6CRzrKA8byAxgMdj8E6GFJShmDbJle4YnCmf3T5 8WnUbfYGJ8v/PyDI54HVMtEwvfZWK+rnYEKDMD08xgekpPezE8gSFJAH+ud7D3TlN24n a/cnA0nN03VDmdC594P0IuQLlcKuBM6MtWMF39FjPt4h1qKtATCpdu87KA/oeQD2u2cI VxcDSN2E26djVWZzvlwMXI9wfMkLkUKXqBXhrNAXI5dfK2CI2hsXy07VlJ+HJzihc03y bT5pWQeF6GPIw8qs6MXaWp9uTLLtw8sVZKBpqsVqAVlZ5v6DcpDyEyFdyqY5L6QRVzB7 EC6g== X-Gm-Message-State: APjAAAW4EUgbPH9Sy1Y2PyGjRilMs0wKRwKWOcAV8IsQOLKOgreGPLH7 fzBcm+oQmmHSxx7qRHC66seaQPXh7laJIKEO X-Google-Smtp-Source: APXvYqwazaQlNek5B3VU5+EV8B5p8dJjqkKIdSQfuDAzyp2YDdx9vwbuWAj9s2Sn1uVxn1GiUmadcw== X-Received: by 2002:ac2:5310:: with SMTP id c16mr2061506lfh.119.1558965182575; Mon, 27 May 2019 06:53:02 -0700 (PDT) Received: from localhost (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id y2sm1349963lfc.35.2019.05.27.06.53.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 May 2019 06:53:01 -0700 (PDT) Date: Mon, 27 May 2019 15:53:00 +0200 From: Tomasz Duszynski To: Thierry Herbelot Cc: dev@dpdk.org, Thomas Monjalon Message-ID: <20190527135300.GA20591@sh> References: <912d4662a9fc133f4bb76a9e075446674a113992.1558517518.git.thierry.herbelot@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <912d4662a9fc133f4bb76a9e075446674a113992.1558517518.git.thierry.herbelot@6wind.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 2/5] crypto/mvsam: fix typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Wed, May 22, 2019 at 11:44:46AM +0200, Thierry Herbelot wrote: > Inverted letters. > > Fixes: 8a61c83af2fae ('crypto/mrvl: add mrvl crypto driver') > Signed-off-by: Thierry Herbelot > --- > drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c > index ef520356ff14..f6bf2cd4c535 100644 > --- a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c > +++ b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c > @@ -727,7 +727,7 @@ mrvl_crypto_pmd_sym_session_get_size(__rte_unused struct rte_cryptodev *dev) > /** Configure the session from a crypto xform chain (PMD ops callback). > * > * @param dev Pointer to the device structure. > - * @param xform Pointer to the crytpo configuration structure. > + * @param xform Pointer to the crypto configuration structure. > * @param sess Pointer to the empty session structure. > * @returns 0 upon success, negative value otherwise. > */ > -- > 2.11.0 > Thanks for catching this. Acked-by: Tomasz Duszynski