All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] releases: fix typo
@ 2021-08-12 19:03 Daniel Gomez
  2021-08-13  5:18 ` Daniel Gomez
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Gomez @ 2021-08-12 19:03 UTC (permalink / raw)
  To: docs; +Cc: dagmcr, Daniel Gomez

Fix dunfell typo for releases 3.1.9 and 3.1.10.
---
 documentation/releases.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/releases.rst b/documentation/releases.rst
index 04fbddea3..3f9646407 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -35,8 +35,8 @@ Release Series 3.1 (dunfell)
 - :yocto_docs:`3.1.6 Documentation </3.1.6>`
 - :yocto_docs:`3.1.7 Documentation </3.1.7>`
 - :yocto_docs:`3.1.8 Documentation </3.1.8>`
-- :yocto_docs:`3.1.8 Documentation </3.1.9>`
-- :yocto_docs:`3.1.8 Documentation </3.1.10>`
+- :yocto_docs:`3.1.9 Documentation </3.1.9>`
+- :yocto_docs:`3.1.10 Documentation </3.1.10>`

 ==========================
  Outdated Release Manuals
--
2.30.2


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

* Re: [PATCH] releases: fix typo
  2021-08-12 19:03 [PATCH] releases: fix typo Daniel Gomez
@ 2021-08-13  5:18 ` Daniel Gomez
  2021-08-13  5:42   ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Gomez @ 2021-08-13  5:18 UTC (permalink / raw)
  To: docs; +Cc: Daniel Gomez

Adding Signed-off-by.

On Thu, 12 Aug 2021 at 21:04, Daniel Gomez <daniel@qtec.com> wrote:
>
> Fix dunfell typo for releases 3.1.9 and 3.1.10.

Signed-off-by: Daniel Gomez <daniel@qtec.com>
> ---
>  documentation/releases.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/documentation/releases.rst b/documentation/releases.rst
> index 04fbddea3..3f9646407 100644
> --- a/documentation/releases.rst
> +++ b/documentation/releases.rst
> @@ -35,8 +35,8 @@ Release Series 3.1 (dunfell)
>  - :yocto_docs:`3.1.6 Documentation </3.1.6>`
>  - :yocto_docs:`3.1.7 Documentation </3.1.7>`
>  - :yocto_docs:`3.1.8 Documentation </3.1.8>`
> -- :yocto_docs:`3.1.8 Documentation </3.1.9>`
> -- :yocto_docs:`3.1.8 Documentation </3.1.10>`
> +- :yocto_docs:`3.1.9 Documentation </3.1.9>`
> +- :yocto_docs:`3.1.10 Documentation </3.1.10>`
>
>  ==========================
>   Outdated Release Manuals
> --
> 2.30.2
>

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

* Re: [docs] [PATCH] releases: fix typo
  2021-08-13  5:18 ` Daniel Gomez
@ 2021-08-13  5:42   ` Michael Opdenacker
  2021-08-13 13:23     ` Quentin Schulz
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Opdenacker @ 2021-08-13  5:42 UTC (permalink / raw)
  To: Daniel Gomez, docs; +Cc: Daniel Gomez

Hi Daniel,

On 8/13/21 7:18 AM, Daniel Gomez wrote:
> Adding Signed-off-by.
>
> On Thu, 12 Aug 2021 at 21:04, Daniel Gomez <daniel@qtec.com> wrote:
>> Fix dunfell typo for releases 3.1.9 and 3.1.10.
> Signed-off-by: Daniel Gomez <daniel@qtec.com>

Good catch, thanks!

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
I merged your fix into "master-next", and I will send a pull-request
today for this branch, so that this is fixed quickly, together with
other updates.

Thanks again
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [docs] [PATCH] releases: fix typo
  2021-08-13  5:42   ` [docs] " Michael Opdenacker
@ 2021-08-13 13:23     ` Quentin Schulz
  2021-08-16 12:13       ` Quentin Schulz
  0 siblings, 1 reply; 5+ messages in thread
From: Quentin Schulz @ 2021-08-13 13:23 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: Daniel Gomez, docs, Daniel Gomez

On Fri, Aug 13, 2021 at 07:42:51AM +0200, Michael Opdenacker wrote:
> Hi Daniel,
> 
> On 8/13/21 7:18 AM, Daniel Gomez wrote:
> > Adding Signed-off-by.
> >
> > On Thu, 12 Aug 2021 at 21:04, Daniel Gomez <daniel@qtec.com> wrote:
> >> Fix dunfell typo for releases 3.1.9 and 3.1.10.
> > Signed-off-by: Daniel Gomez <daniel@qtec.com>
> 
> Good catch, thanks!
> 
> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> I merged your fix into "master-next", and I will send a pull-request
> today for this branch, so that this is fixed quickly, together with
> other updates.
> 

Similar fixes are needed in gatesgarth and dunfell branches.

Cheers,
Quentin

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

* Re: [docs] [PATCH] releases: fix typo
  2021-08-13 13:23     ` Quentin Schulz
@ 2021-08-16 12:13       ` Quentin Schulz
  0 siblings, 0 replies; 5+ messages in thread
From: Quentin Schulz @ 2021-08-16 12:13 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: Daniel Gomez, docs, Daniel Gomez

Hi all,

On Fri, Aug 13, 2021 at 03:23:57PM +0200, Quentin Schulz wrote:
> On Fri, Aug 13, 2021 at 07:42:51AM +0200, Michael Opdenacker wrote:
> > Hi Daniel,
> > 
> > On 8/13/21 7:18 AM, Daniel Gomez wrote:
> > > Adding Signed-off-by.
> > >
> > > On Thu, 12 Aug 2021 at 21:04, Daniel Gomez <daniel@qtec.com> wrote:
> > >> Fix dunfell typo for releases 3.1.9 and 3.1.10.
> > > Signed-off-by: Daniel Gomez <daniel@qtec.com>
> > 
> > Good catch, thanks!
> > 
> > Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> > I merged your fix into "master-next", and I will send a pull-request
> > today for this branch, so that this is fixed quickly, together with
> > other updates.
> > 
> 
> Similar fixes are needed in gatesgarth and dunfell branches.
> 

Don't know where I saw things to fix. Nothing to be done, sorry for the noise.

Cheers,
Quentin

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

end of thread, other threads:[~2021-08-16 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 19:03 [PATCH] releases: fix typo Daniel Gomez
2021-08-13  5:18 ` Daniel Gomez
2021-08-13  5:42   ` [docs] " Michael Opdenacker
2021-08-13 13:23     ` Quentin Schulz
2021-08-16 12:13       ` Quentin Schulz

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.