[PATCH] Documentation/tools/rv: fix document header

Jiri Kastner posted 1 patch 1 year, 5 months ago
There is a newer version of this series
Documentation/tools/rv/rv-mon.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation/tools/rv: fix document header
Posted by Jiri Kastner 1 year, 5 months ago
align header of document with filename and rest of the content

Signed-off-by: Jiri Kastner <cz172638@gmail.com>
---
 Documentation/tools/rv/rv-mon.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/tools/rv/rv-mon.rst b/Documentation/tools/rv/rv-mon.rst
index af0f329a7c9c..bed937120dca 100644
--- a/Documentation/tools/rv/rv-mon.rst
+++ b/Documentation/tools/rv/rv-mon.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0
 
 =======
-rv-list
+rv-mon
 =======
 -----------------------
 List available monitors
-- 
2.45.2
Re: [PATCH] Documentation/tools/rv: fix document header
Posted by Jonathan Corbet 1 year, 5 months ago
Jiri Kastner <cz172638@gmail.com> writes:

> align header of document with filename and rest of the content
>
> Signed-off-by: Jiri Kastner <cz172638@gmail.com>
> ---
>  Documentation/tools/rv/rv-mon.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/tools/rv/rv-mon.rst b/Documentation/tools/rv/rv-mon.rst
> index af0f329a7c9c..bed937120dca 100644
> --- a/Documentation/tools/rv/rv-mon.rst
> +++ b/Documentation/tools/rv/rv-mon.rst
> @@ -1,7 +1,7 @@
>  .. SPDX-License-Identifier: GPL-2.0
>  
>  =======
> -rv-list
> +rv-mon
>  =======

A nit, but you should adjust the "=====" lines to match the new length
of the heading text.

Thanks,

jon
[PATCH v2] Documentation/tools/rv: fix document header
Posted by Jiri Kastner 1 year, 5 months ago
Signed-off-by: Jiri Kastner <cz172638@gmail.com>
---
 Documentation/tools/rv/rv-mon.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/tools/rv/rv-mon.rst b/Documentation/tools/rv/rv-mon.rst
index af0f329a7c9c..4d86fd55eb59 100644
--- a/Documentation/tools/rv/rv-mon.rst
+++ b/Documentation/tools/rv/rv-mon.rst
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-=======
-rv-list
-=======
+======
+rv-mon
+======
 -----------------------
 List available monitors
 -----------------------
-- 
2.45.2
Re: [PATCH v2] Documentation/tools/rv: fix document header
Posted by Jonathan Corbet 1 year, 5 months ago
Jiri Kastner <cz172638@gmail.com> writes:

> Signed-off-by: Jiri Kastner <cz172638@gmail.com>
> ---
>  Documentation/tools/rv/rv-mon.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/tools/rv/rv-mon.rst b/Documentation/tools/rv/rv-mon.rst
> index af0f329a7c9c..4d86fd55eb59 100644
> --- a/Documentation/tools/rv/rv-mon.rst
> +++ b/Documentation/tools/rv/rv-mon.rst
> @@ -1,8 +1,8 @@
>  .. SPDX-License-Identifier: GPL-2.0
>  
> -=======
> -rv-list
> -=======
> +======
> +rv-mon
> +======

I have applied this, but:

- When you send an updated version of a patch, include a note saying
  what has changed.

- You left out the changelog text; I took your words from the first
  version.

Thanks,

jon