All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix 22.11 release notes after acc200 driver rename
@ 2023-02-07  8:05 David Marchand
  2023-02-07  8:27 ` Maxime Coquelin
  0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2023-02-07  8:05 UTC (permalink / raw)
  To: dev; +Cc: Maxime Coquelin, Nicolas Chautru

Renaming this driver and its associated doc was not properly handled
with regard to the previous 22.11 release notes.

Fixes: 5f1565617a9d ("doc: update naming for Intel baseband acc200")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 doc/guides/rel_notes/release_22_11.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
index 7f2bd123f3..91414573bd 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -220,8 +220,8 @@ New Features
 * **Added Intel ACC200 bbdev driver.**
 
   Added a new ``acc200`` bbdev driver for the Intel\ |reg| ACC200 accelerator
-  integrated on SPR-EE.  See the
-  :doc:`../bbdevs/acc200` guide for more details on this new driver.
+  integrated on SPR-EE.  See the ``bbdevs/acc200`` guide for more details
+  on this new driver.
 
 * **Added eventdev adapter instance get API.**
 
-- 
2.39.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix 22.11 release notes after acc200 driver rename
  2023-02-07  8:05 [PATCH] doc: fix 22.11 release notes after acc200 driver rename David Marchand
@ 2023-02-07  8:27 ` Maxime Coquelin
  2023-02-07  8:36   ` David Marchand
  2023-02-07  8:37   ` David Marchand
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Coquelin @ 2023-02-07  8:27 UTC (permalink / raw)
  To: David Marchand, dev; +Cc: Nicolas Chautru



On 2/7/23 09:05, David Marchand wrote:
> Renaming this driver and its associated doc was not properly handled
> with regard to the previous 22.11 release notes.

As discussed, ninja did not try again to build the release note after 
having fixed the initial issue. Forcing its rebuild I could reproduce
the issue.

> Fixes: 5f1565617a9d ("doc: update naming for Intel baseband acc200")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
>   doc/guides/rel_notes/release_22_11.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst
> index 7f2bd123f3..91414573bd 100644
> --- a/doc/guides/rel_notes/release_22_11.rst
> +++ b/doc/guides/rel_notes/release_22_11.rst
> @@ -220,8 +220,8 @@ New Features
>   * **Added Intel ACC200 bbdev driver.**
>   
>     Added a new ``acc200`` bbdev driver for the Intel\ |reg| ACC200 accelerator
> -  integrated on SPR-EE.  See the
> -  :doc:`../bbdevs/acc200` guide for more details on this new driver.
> +  integrated on SPR-EE.  See the ``bbdevs/acc200`` guide for more details
> +  on this new driver.
>   
>   * **Added eventdev adapter instance get API.**
>   


Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix 22.11 release notes after acc200 driver rename
  2023-02-07  8:27 ` Maxime Coquelin
@ 2023-02-07  8:36   ` David Marchand
  2023-02-07  8:37   ` David Marchand
  1 sibling, 0 replies; 4+ messages in thread
From: David Marchand @ 2023-02-07  8:36 UTC (permalink / raw)
  To: Maxime Coquelin; +Cc: dev, Nicolas Chautru

On Tue, Feb 7, 2023 at 9:27 AM Maxime Coquelin
<maxime.coquelin@redhat.com> wrote:
> On 2/7/23 09:05, David Marchand wrote:
> > Renaming this driver and its associated doc was not properly handled
> > with regard to the previous 22.11 release notes.
>
> As discussed, ninja did not try again to build the release note after
> having fixed the initial issue. Forcing its rebuild I could reproduce
> the issue.

The CI and my own setup triggers the error right away.
Thomas is looking into this so we force regeneration of the docs.

-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix 22.11 release notes after acc200 driver rename
  2023-02-07  8:27 ` Maxime Coquelin
  2023-02-07  8:36   ` David Marchand
@ 2023-02-07  8:37   ` David Marchand
  1 sibling, 0 replies; 4+ messages in thread
From: David Marchand @ 2023-02-07  8:37 UTC (permalink / raw)
  To: dev; +Cc: Nicolas Chautru, Maxime Coquelin

On Tue, Feb 7, 2023 at 9:27 AM Maxime Coquelin
<maxime.coquelin@redhat.com> wrote:
> On 2/7/23 09:05, David Marchand wrote:
> > Renaming this driver and its associated doc was not properly handled
> > with regard to the previous 22.11 release notes.
>
> > Fixes: 5f1565617a9d ("doc: update naming for Intel baseband acc200")
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Applied, thanks.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-07  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07  8:05 [PATCH] doc: fix 22.11 release notes after acc200 driver rename David Marchand
2023-02-07  8:27 ` Maxime Coquelin
2023-02-07  8:36   ` David Marchand
2023-02-07  8:37   ` David Marchand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.