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 <[email protected]>
---
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
On Thu, 30 Apr 2020 19:12:38 -0300
Vitor Massaru Iha <[email protected]> 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 <[email protected]>
> ---
> 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
On Tue, 2020-05-05 at 09:46 -0600, Jonathan Corbet wrote:
> On Thu, 30 Apr 2020 19:12:38 -0300
> Vitor Massaru Iha <[email protected]> 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 <[email protected]>
> > ---
> > 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