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

Jiri Kastner posted 1 patch 1 year, 5 months ago
Documentation/tools/rv/rv-mon.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[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