linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3
@ 2020-04-30 22:12 Vitor Massaru Iha
  2020-05-05 15:46 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Vitor Massaru Iha @ 2020-04-30 22:12 UTC (permalink / raw)
  To: linux-doc
  Cc: akrowiak, pmorel, pasic, heiko.carstens, gor, borntraeger,
	corbet, linux-kernel, brendanhiggins, skhan,
	linux-kernel-mentees

This fixes:

Documentation/s390/vfio-ap.rst:488: WARNING: duplicate label s390/vfio-ap:guest2, other instance in /home/iha/sdb/opensource/lkmp/linux_doc/Documentation/s390/vfio-ap.rst

Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
---
 Documentation/s390/vfio-ap.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/s390/vfio-ap.rst b/Documentation/s390/vfio-ap.rst
index b5c51f7c748d..367e27ec3c50 100644
--- a/Documentation/s390/vfio-ap.rst
+++ b/Documentation/s390/vfio-ap.rst
@@ -484,7 +484,7 @@ CARD.DOMAIN TYPE  MODE
 05.00ff     CEX5A Accelerator
 =========== ===== ============
 
-Guest2
+Guest3
 ------
 =========== ===== ============
 CARD.DOMAIN TYPE  MODE
-- 
2.25.1


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

* Re: [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3
  2020-04-30 22:12 [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3 Vitor Massaru Iha
@ 2020-05-05 15:46 ` Jonathan Corbet
  2020-05-05 22:44   ` Vitor Massaru Iha
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2020-05-05 15:46 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: linux-doc, akrowiak, pmorel, pasic, heiko.carstens, gor,
	borntraeger, linux-kernel, brendanhiggins, skhan,
	linux-kernel-mentees

On Thu, 30 Apr 2020 19:12:38 -0300
Vitor Massaru Iha <vitor@massaru.org> wrote:

> This fixes:
> 
> Documentation/s390/vfio-ap.rst:488: WARNING: duplicate label s390/vfio-ap:guest2, other instance in /home/iha/sdb/opensource/lkmp/linux_doc/Documentation/s390/vfio-ap.rst
> 
> Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
> ---
>  Documentation/s390/vfio-ap.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/s390/vfio-ap.rst b/Documentation/s390/vfio-ap.rst
> index b5c51f7c748d..367e27ec3c50 100644
> --- a/Documentation/s390/vfio-ap.rst
> +++ b/Documentation/s390/vfio-ap.rst
> @@ -484,7 +484,7 @@ CARD.DOMAIN TYPE  MODE
>  05.00ff     CEX5A Accelerator
>  =========== ===== ============
>  
> -Guest2
> +Guest3
>  ------
>  =========== ===== ============
>  CARD.DOMAIN TYPE  MODE

Applied, thanks.

Note, though, that while the patch does "fix" the warning, what it really
fixes is (as suggested in the subject) an incorrect heading; the warning
was just a symptom.

jon

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

* Re: [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3
  2020-05-05 15:46 ` Jonathan Corbet
@ 2020-05-05 22:44   ` Vitor Massaru Iha
  0 siblings, 0 replies; 3+ messages in thread
From: Vitor Massaru Iha @ 2020-05-05 22:44 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: linux-doc, akrowiak, pmorel, pasic, heiko.carstens, gor,
	borntraeger, linux-kernel, brendanhiggins, skhan,
	linux-kernel-mentees

On Tue, 2020-05-05 at 09:46 -0600, Jonathan Corbet wrote:
> On Thu, 30 Apr 2020 19:12:38 -0300
> Vitor Massaru Iha <vitor@massaru.org> wrote:
> 
> > This fixes:
> > 
> > Documentation/s390/vfio-ap.rst:488: WARNING: duplicate label
> > s390/vfio-ap:guest2, other instance in
> > /home/iha/sdb/opensource/lkmp/linux_doc/Documentation/s390/vfio-
> > ap.rst
> > 
> > Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
> > ---
> >  Documentation/s390/vfio-ap.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/s390/vfio-ap.rst
> > b/Documentation/s390/vfio-ap.rst
> > index b5c51f7c748d..367e27ec3c50 100644
> > --- a/Documentation/s390/vfio-ap.rst
> > +++ b/Documentation/s390/vfio-ap.rst
> > @@ -484,7 +484,7 @@ CARD.DOMAIN TYPE  MODE
> >  05.00ff     CEX5A Accelerator
> >  =========== ===== ============
> >  
> > -Guest2
> > +Guest3
> >  ------
> >  =========== ===== ============
> >  CARD.DOMAIN TYPE  MODE
> 
> Applied, thanks.
> 
> Note, though, that while the patch does "fix" the warning, what it
> really
> fixes is (as suggested in the subject) an incorrect heading; the
> warning
> was just a symptom.

Thanks Jon, I will be careful about that.
> 
> jon


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

end of thread, other threads:[~2020-05-05 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 22:12 [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3 Vitor Massaru Iha
2020-05-05 15:46 ` Jonathan Corbet
2020-05-05 22:44   ` Vitor Massaru Iha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).