From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C5F5AA04C5 for ; Fri, 15 Nov 2019 11:38:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B913C2B86; Fri, 15 Nov 2019 11:38:06 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id B40202B86 for ; Fri, 15 Nov 2019 11:38:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573814285; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rjr4W+t9YdnA2/HCaWSIzzSsFPrrmtEx1xFCqIyFPNE=; b=UF0S8iDo1B3glC22fMCXaj1k8911jaJKErYIHtMP1XQmWfBMClMfO/ZDNoW2rJTsQkTTil xqcM55MGKh9i+sose4HoXSTrTwEsJWw7xw7H3RBmT5y+F06dIB6VSH3MSrJzMZgiOlJRov 1CtnJU2FW5HsM1VLTt9uq72mOr35An8= Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-36-h1XaL-KyMyedKERPLSmEnA-1; Fri, 15 Nov 2019 05:38:04 -0500 Received: by mail-il1-f198.google.com with SMTP id b12so8478714iln.11 for ; Fri, 15 Nov 2019 02:38:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KZ2czQupWOZzENy15DyRrPeuGMYwfZxlJcOwVrl/Gqs=; b=aG1WGJdLfHfWw8yJvDsLY+QkrT58JW1Huj9ssevXA9RoP/CTfdTCyT3vbFvgFpaGSp xVzis5+0BKH4kSWV5LlNwTnMcOgcN9vU3SN+ugRODtTEd9qSuAJXKtPOBdi082rzHKMD 1c3rzCIVupP259YtRJXbCldijAtKW5JCU6N74i135flo2aKZCtTLGiPG3ZvZzuj//xHR N/cSg5dcBtVwEfMYxZlV1PJy2f3+ua18iVGI7+3XCchwGwrxkf+S+AcrOylsxYvvHSOO IfmDXLTx9eerHt7TlihS2uYC3x92cWwFC0OdktZp6CXvUYPGkNmslrmFRw2q/Axkmgcn YYQQ== X-Gm-Message-State: APjAAAUnoRi+dRvrI3fn37S/upS2G4ny8eOJZ5t4NjOQk2m6gSaHxU84 Y1uHZTdw/bkpBDiASNXZ0fJ4fVC3RyDXm35WAYhZKG+TMsD4s52SB479BvRbcJtA2tsfKDSw2tH Fb4/beql+ZtdIOt1b+sbBhMU= X-Received: by 2002:a92:9a17:: with SMTP id t23mr60846ili.40.1573814283294; Fri, 15 Nov 2019 02:38:03 -0800 (PST) X-Google-Smtp-Source: APXvYqzmyphWmNzP+HFRAL8zWrpbjAaWpv5Or56UlWrFTNiRAwAFIh5sQrDfakJn9+g76PUPqB/hMdCOeqo0IRkRRgs= X-Received: by 2002:a92:9a17:: with SMTP id t23mr60819ili.40.1573814283003; Fri, 15 Nov 2019 02:38:03 -0800 (PST) MIME-Version: 1.0 References: <1573587221-25158-1-git-send-email-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 15 Nov 2019 11:37:51 +0100 Message-ID: To: Kevin Traynor Cc: dev , John McNamara , Marko Kovacevic , Pablo de Lara , Qi Zhang , Xiao Wang , Nicolas Chautru , Anatoly Burakov , Jiayu Hu , Ferruh Yigit , Konstantin Ananyev , Adrien Mazarguil , Akhil Goyal , Declan Doherty , Ori Kam , Bruce Richardson , Radu Nicolau , Tomasz Kantecki , Sunil Kumar Kori , Pavan Nikhilesh , Xiaoyun Li , Jingjing Wu , Harry van Haaren , Wenzhuo Lu , Bernard Iremonger , Maryam Tahhan , Reshma Pattan , dpdk stable X-MC-Unique: h1XaL-KyMyedKERPLSmEnA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc/guides: clean repeated words X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Nov 13, 2019 at 11:47 AM Kevin Traynor wrote: > > On 12/11/2019 19:33, David Marchand wrote: > > Shoot repeated words in all our guides. Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > > Can add 'Cc: stable@dpdk.org' and whatever applies applies. > > Acked-by: Kevin Traynor Applied. --=20 David Marchand