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 48FB0A0C43; Fri, 26 Nov 2021 14:38:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B820742758; Fri, 26 Nov 2021 14:38:04 +0100 (CET) Received: from mail-108-mta172.mxroute.com (mail-108-mta172.mxroute.com [136.175.108.172]) by mails.dpdk.org (Postfix) with ESMTP id 7917E42755 for ; Fri, 26 Nov 2021 14:38:03 +0100 (CET) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta172.mxroute.com (ZoneMTA) with ESMTPSA id 17d5c778c00000177f.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 26 Nov 2021 13:37:58 +0000 X-Zone-Loop: 4995e168dbf05b4f46a3289454822c1f82798c37fa85 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=Ua9XDuOlgYnyaz2geWljTezIOCvWZeAMLc2ph0nSS6w=; b=L3fnMUwHecEoGGaTuGaBffyX14 zIXg5aqPt39HINjVKaAJou/tXgQrNLMr3eAMqKgn6hwKMCNymbIoLqUEsnF9IjEVpH8BpgFfzcJ/R CySk50bCAfJD3ZcSrVBfftxvbO1Uv6DYNOSAW/tgWXDE+WTatk+vpu9UP2zcqhFKC/ALe7A5FiE6t HkxoS4vIk1uAEvN3rFFBa9Ul+U0FtdEVbqJTiKioBV98PrRTx11OZzbv0qHRAxkG13DIPBh7hx/jh i3WUSp2LHuOdX6OpreiCuC1Aa8TwRtZXm46Dad63H7GkDtiJWEFAXNkuFqbQJdboawdgcuuOe9/1Y arPVRU4g==; Message-ID: <2527639f-d1e6-7b2e-9380-0e09cc2f31c8@ashroe.eu> Date: Fri, 26 Nov 2021 13:37:53 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: [dpdk-dev] [PATCH v2] doc: fix CI typo warnings Content-Language: en-US To: David Marchand Cc: dev , Bruce Richardson , "Mcnamara, John" , aaron.conole@redhat.com References: <20210809130601.930651-1-mdr@ashroe.eu> <20210810143420.990875-1-mdr@ashroe.eu> From: "Kinsella, Ray" In-Reply-To: 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=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, RCPT_COUNT_FIVE=0, MID_RHS_MATCH_FROM=0, NEURAL_SPAM=0] 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 On 26/11/2021 13:34, David Marchand wrote: > On Fri, Nov 26, 2021 at 2:18 PM David Marchand > wrote: >> >> On Tue, Aug 10, 2021 at 4:36 PM Ray Kinsella wrote: >>> >>> Fix documentation typos that are generating spurious CI warnings. >> >> Cc: stable@dpdk.org > > ^^^ > Actually, no, dropped Cc. > > This patch only fixes: > Fixes: 9a212dc06c7a ("doc: use code snippets in sample app guides") > > What did I miss? Ray K