From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kovacevic, Marko" Subject: Re: [PATCH v3 10/11] compress/isal: add generic compression driver docs Date: Mon, 23 Apr 2018 14:47:06 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66361EEF@IRSMSX103.ger.corp.intel.com> References: <1523038388-29964-1-git-send-email-lee.daly@intel.com> <1523972132-6894-1-git-send-email-lee.daly@intel.com> <1523972132-6894-11-git-send-email-lee.daly@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "De Lara Guarch, Pablo" , "Tucker, Greg B" , "Jain, Deepak K" , "Trahe, Fiona" , "Daly, Lee" To: "Daly, Lee" , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0A9062C52 for ; Mon, 23 Apr 2018 16:47:08 +0200 (CEST) In-Reply-To: <1523972132-6894-11-git-send-email-lee.daly@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" Found two typos > Signed-off-by: Lee Daly > --- > MAINTAINERS | 6 ++ > doc/guides/compressdevs/features/default.ini | 42 +++++++++++ > doc/guides/compressdevs/index.rst | 12 ++++ > doc/guides/compressdevs/overview.rst | 12 ++++ > doc/guides/compressdevs/overview_feature_table.txt | 81 > ++++++++++++++++++++++ <...> > +; Supported algorithims of the 'ISA-L' compression driver. algorithims / algorithms > +; > +[ALGORITHIM] ALGORITHIM / ALGORITHM > +Deflate =3D > +LZS =3D > +; <...> Marko K