From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D580A0C43; Wed, 20 Oct 2021 11:27:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03BA340687; Wed, 20 Oct 2021 11:27:38 +0200 (CEST) Received: from mail-108-mta204.mxroute.com (mail-108-mta204.mxroute.com [136.175.108.204]) by mails.dpdk.org (Postfix) with ESMTP id 0787B40142 for ; Wed, 20 Oct 2021 11:27:35 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta204.mxroute.com (ZoneMTA) with ESMTPSA id 17c9d06f9e10000b55.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 20 Oct 2021 09:27:32 +0000 X-Zone-Loop: 8af01665b8d2eefbe8c797c1d680eeca50df7ecd4562 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:Cc: To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ZxRK+YAFeIxUtq1aBECYk2hzyJV7BTv7bd/kLtRwjL0=; b=X2J2O2dbhLM0DiCTJmtXpHvmEs UShObFZ+US5UB+XozcauzNCR+azMN4cMDNBKhba+akz0PlH7J4KV2TjoZ7W7jhTqUjRujuUQ6PFte CdRCm7BbzvKpVHkZUjkNOM3FgBnyvhVcTA04+QPOlmwxZovDb/eB2ZBl1hu9lm2KpN2LWNVJNSwnp RvoyYOEYW+0PT6dgLrm8VIxD4fk9in7wFYqL5tGYq0Y62wEBo+syimN4ULRHl+gTrwiuIwv8FBvWb XBnSx0oOhpjJEwp2BEe0kUsx3p4hAfvi9VDT1guZqeqvEKYuHFFHTI+TgkgYzCv0Fs4xvmYL6j/8E 8/T4CNVw==; Message-ID: <62607eb6-49b6-1067-c903-794dcef0ddb0@ashroe.eu> Date: Wed, 20 Oct 2021 10:27:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Content-Language: en-US To: Stephen Hemminger , dev@dpdk.org Cc: Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam References: <20210909175648.174258-1-stephen@networkplumber.org> <20211014215631.181747-1-stephen@networkplumber.org> <20211014215631.181747-9-stephen@networkplumber.org> From: "Kinsella, Ray" In-Reply-To: <20211014215631.181747-9-stephen@networkplumber.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=1.4, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, TO_DN_SOME=0, FREEMAIL_ENVRCPT=0, TAGGED_RCPT=0, MIME_GOOD=-0.1, NEURAL_SPAM=0, RCPT_COUNT_FIVE=0, RCVD_COUNT_ZERO=0, FROM_EQ_ENVFROM=0, MIME_TRACE=0, FREEMAIL_CC=0, MID_RHS_MATCH_FROM=0, SUSPICIOUS_RECIPS=1.5] Subject: Re: [dpdk-dev] [PATCH v3 08/18] eal: fix typos in comments X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 14/10/2021 22:56, Stephen Hemminger wrote: > Minor spelling errors. > > Signed-off-by: Stephen Hemminger Acked-by: Ray Kinsella