From patchwork Thu Jun 9 12:17:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stanislaw Kardach X-Patchwork-Id: 112617 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 22CE5A0555; Thu, 9 Jun 2022 14:17:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1558F406B4; Thu, 9 Jun 2022 14:17:59 +0200 (CEST) Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) by mails.dpdk.org (Postfix) with ESMTP id 844B040689 for ; Thu, 9 Jun 2022 14:17:57 +0200 (CEST) Received: by mail-lf1-f41.google.com with SMTP id a2so31571251lfg.5 for ; Thu, 09 Jun 2022 05:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wl/bIXsiIZPgUzVyCXtvgIbxGZGpfptx53l60/0LMXM=; b=UUpJfWOJYWkPvcwouBRxQNJAoELZU3e3voDvSmCwfFap81xkKK14iyLZp8WBs1zwEv sfZQzVzFRh0nrumePnBSIagHiZV9Ae13T1e83MF+Rs2vtdPqKzls57rfFy8nysD5gMM/ 4OGrbnSpAcbmfQQ94Qn9r1wL+9a2ujVtMpK4PkiiPDWWDvjuO62jzzY7XLxjnzAGOf+D tH4o2+rdNQYkk21fY6VNicfzPL5NzizB6BwJQUr9KETwS1JvJp8cm08NmGRYk4GFCuJg c85kRrLscysH2MBXfymKbZt27Q3iNEXqhxbnSIpjV3cnopjvy9FLsN7uvxPVfb8YabsI /8Jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wl/bIXsiIZPgUzVyCXtvgIbxGZGpfptx53l60/0LMXM=; b=CqAfSKNhFSx1Wp4FxOVkc2EaOn+hOul7X1DlumCStbKx+CZkYZ3zuG08NiIjt0orNv U0vVdDnHMU29XPZ/GTTGvwX78Bt/HU+LWoiI2tvX1yZ3m5xRe56BIZV1EFcZDBlnJAg5 W5q+UD+/lcd577JmDTAmzaxE+JZnOHgHxG0uYUxlEpYoKlPo5RsJYL+HVihvoIQQ9lVb oVPd7lZAN5wG/U1n/FecUILsJwmti7Qy0jD5B0w2jFB5bFpW+/PBZszU/pHCy4AkVzm+ aeFNjJ48lOTOTRZDjpF5bmaomDNNJmDPZdc+fmmfZnglZO88H99nkj0VnAnkWYvM+szD Isxg== X-Gm-Message-State: AOAM531XBoBUP0rOu678i4hf0R9PoTSsKX42pQdy4v7tf8iDbK6CHyck ULsgL0DNj8I8PWxt5DdAuE7/Ow== X-Google-Smtp-Source: ABdhPJxHBxyHg7+jDHD/kDGW8/+HOfM7ZHW6ykYwE6w4/rlT8cJNJjoOEDVsRpj0XrrRudpJ7lmy3g== X-Received: by 2002:a05:6512:3049:b0:479:1c62:77af with SMTP id b9-20020a056512304900b004791c6277afmr19047482lfb.149.1654777077071; Thu, 09 Jun 2022 05:17:57 -0700 (PDT) Received: from toster.semihalf.net ([83.142.187.86]) by smtp.gmail.com with ESMTPSA id m1-20020a056512014100b0047255d211bbsm4211483lfo.234.2022.06.09.05.17.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jun 2022 05:17:56 -0700 (PDT) From: Stanislaw Kardach To: David Marchand Cc: Stanislaw Kardach , dev@dpdk.org, upstream@semihalf.com Subject: [PATCH] doc: fix formatting in RISC-V release notes entry Date: Thu, 9 Jun 2022 14:17:47 +0200 Message-Id: <20220609121747.716411-1-kda@semihalf.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.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 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 --- doc/guides/rel_notes/release_22_07.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst index faddcef667..0172a6b82f 100644 --- a/doc/guides/rel_notes/release_22_07.rst +++ b/doc/guides/rel_notes/release_22_07.rst @@ -55,7 +55,7 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= -* **Added initial RISC-V architecture support.*** +* **Added initial RISC-V architecture support.** Added EAL implementation for RISC-V architecture. The initial device the porting was tested on is