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 EC3FCA0555; Thu, 9 Jun 2022 15:34:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9769440689; Thu, 9 Jun 2022 15:34:18 +0200 (CEST) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mails.dpdk.org (Postfix) with ESMTP id 18EE140220 for ; Thu, 9 Jun 2022 15:34:18 +0200 (CEST) Received: by mail-lf1-f48.google.com with SMTP id s6so37977462lfo.13 for ; Thu, 09 Jun 2022 06:34:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=tMQ9svg/MNz+It90nZwKMEJOPkJ/mgbWETfVNqHuZ0M=; b=RvbROp6iwGAk37cwVhGolTShtESYNyVM3++pHe3BB4TauIoY0SIOQUfjceVIoSwg8t jKhphB5KSvcVGG72HDtufHuwvMYPDeeWtJwd3KXiztme2SxxUW++HsFI900YS7sxZ3wh OJSkdjrORVhjrvTFtiaFN/MtjJh74/aPP4Ln2IA7l7kh/jK7KvEelZiQ26NG/RS4Y2tt w5gruCWY/+bGhx+WaI01K41AbE4MqSdt2hhAM3NltwYDz+hK+5/R3C45XTao5yr5huB+ uj06m83XmRUIjlZbnI6WFMy3/+VzVhk4AZf53nzLVzABjy9nYF7aJhTbVdI728l1XSzz aMng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=tMQ9svg/MNz+It90nZwKMEJOPkJ/mgbWETfVNqHuZ0M=; b=5dcaWbtuG5dMl7kDuVDObcdRGNM7a24fOwotEvSLoxeH0GMC0q75hYBSzrO04y8neq bBwzFQlB7kOR1gjIvYbmcZfWiQhq6jvpkaqhOhRrrT4tl7zHYWQeKKcjmVifbXbWFaM+ FkXUzIwXGjj6WXWsmNiDJIxmQ6Y0HfdHggzpoECbnRQpD5nE4BcPZb3ZqJxhUpAXWFHe QWlIOIAFlmVJc6EE8R1zc0meVEfNmrY5MfITYz+uTWwgyFKrITAIPhAZxQ4T7lSIuUPs LTxghWrfXExF/5v4kUeFvZx79p/oEECblNHTshmPfQPDDp+3f1E0G8teyP0P1HJVUZeP ciqQ== X-Gm-Message-State: AOAM533Wz3lRgd17lJGRK4cHwOPfKWyal+N0ypvrtEdB4B3qpInYPn3d bNdZqnGHuxMyZmYwDoesT8PaZERVQUESE5Qrkidxw3RteBVumQ== X-Google-Smtp-Source: ABdhPJxZn+3mbGbubytlp94smCY9PZr9t87Ijg4hRu7YGq230J69aCq+BEtJ7ULPkB98w2OcsdlCAwuZ7pJo4QLJPNI= X-Received: by 2002:a05:6512:32b0:b0:478:f5d3:9a98 with SMTP id q16-20020a05651232b000b00478f5d39a98mr31009377lfe.589.1654781657631; Thu, 09 Jun 2022 06:34:17 -0700 (PDT) MIME-Version: 1.0 References: <20220609121747.716411-1-kda@semihalf.com> <16224896.geO5KgaWL5@thomas> In-Reply-To: <16224896.geO5KgaWL5@thomas> From: =?UTF-8?Q?Stanis=C5=82aw_Kardach?= Date: Thu, 9 Jun 2022 15:33:41 +0200 Message-ID: Subject: Re: [PATCH] doc: fix formatting in RISC-V release notes entry To: Thomas Monjalon Cc: john.mcnamara@intel.com, David Marchand , dev , upstream@semihalf.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Thu, Jun 9, 2022 at 3:30 PM Thomas Monjalon wrote: > > 09/06/2022 14:17, Stanislaw Kardach: > > There was an extra * in the title of the RISC-V entry. It gets rendered > > in the documentation output giving an impression that there will be a > > footnote for this entry, which is not the case. > > > > Signed-off-by: Stanislaw Kardach > > --- > > -* **Added initial RISC-V architecture support.*** > > +* **Added initial RISC-V architecture support.** > > We can fix it as part of the various release notes fix > that John is doing usually at the end of a cycle. > He will probably find more rewording around this. > > Sure thing, thanks. --=20 Best Regards, Stanis=C5=82aw Kardach