Re: [PATCH] docs: s390: Fix wrong label Guest2 instead of Guest3

From: Jonathan Corbet
Date: Tue May 05 2020 - 11:46:36 EST


On Thu, 30 Apr 2020 19:12:38 -0300
Vitor Massaru Iha <vitor@xxxxxxxxxxx> 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@xxxxxxxxxxx>
> ---
> 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