From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 94DAB1B6A1 for ; Fri, 10 Nov 2017 09:30:14 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2017 00:30:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,373,1505804400"; d="scan'208";a="148233595" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga004.jf.intel.com with ESMTP; 10 Nov 2017 00:30:13 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Fri, 10 Nov 2017 08:30:07 +0000 From: "De Lara Guarch, Pablo" To: Pavel Shirshov , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_cryptodev: Fix a typo: rte_cyptodev_names -> rte_cryptodev_names Thread-Index: AQHTWfl9aFjI6OaBLUeycZIW5NpMF6MNRzzQ Date: Fri, 10 Nov 2017 08:30:06 +0000 Message-ID: References: <1510300576-17000-1-git-send-email-pavel.shirshov@gmail.com> In-Reply-To: <1510300576-17000-1-git-send-email-pavel.shirshov@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzY3YmU0MGItOTRhMy00YTc1LTk1N2ItOTkyZjI3Nzg4NDBiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IklOTVQ0KzZwcGxGdGUrMWt3QVdya3ZoVThCRkR5ZHlST0dlbWNTcG9JK1E9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/librte_cryptodev: Fix a typo: rte_cyptodev_names -> rte_cryptodev_names 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: , X-List-Received-Date: Fri, 10 Nov 2017 08:30:15 -0000 Hi Pavel, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pavel Shirshov > Sent: Friday, November 10, 2017 7:56 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] lib/librte_cryptodev: Fix a typo: > rte_cyptodev_names -> rte_cryptodev_names >=20 Actually, this variable is not used anywhere, so it can be deleted. By the way, for future times. In the commit title, do not use "lib/librte...", but directly the library n= ame. Also, start with lowercase, and try to be as short as possible, but still m= eaningful. For this case, it is not necessary to describe the typo in the title. So, this would be: "cryptodev: fix typo" Thanks, Pablo