[v2,1/2] docs: Update maintainer of kernel-docs.rst

Message ID 20221121181626.149558-2-carlos.bilbao@amd.com
State New
Headers
Series kernel-docs: New maintainer and Spanish translation |

Commit Message

Carlos Bilbao Nov. 21, 2022, 6:16 p.m. UTC
  Set new maintainer of the Index of Further Kernel Documentation (document
process/kernel_docs.rst). See Link for further context. Also remove line
that keeps record of last update of the text -this information is already
available elsewhere.

Link: https://lore.kernel.org/lkml/20221118170942.2588412-1-carlos.bilbao@amd.com/
Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
 Documentation/process/kernel-docs.rst | 8 +++-----
 MAINTAINERS                           | 5 +++++
 2 files changed, 8 insertions(+), 5 deletions(-)
  

Comments

Miguel Ojeda Nov. 21, 2022, 8:16 p.m. UTC | #1
On Mon, Nov 21, 2022 at 7:16 PM Carlos Bilbao <carlos.bilbao@amd.com> wrote:
>
> +and written by Juan-Mariano de Goyenche

Typo: Goyeneche

> +INDEX OF FURTHER KERNEL DOCUMENTATION
> +M:      Carlos Bilbao <carlos.bilbao@amd.com>
> +S:      Maintained
> +F:      Documentation/process/kernel-docs.rst

These should be tabs.

With those changes, it looks good to me! It would be ideal if
Juan-Mariano ack'd the patch here too.

Reviewed-by: Miguel Ojeda <ojeda@kernel.org>

Cheers,
Miguel
  

Patch

diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
index 306ad373a002..8574b577d50a 100644
--- a/Documentation/process/kernel-docs.rst
+++ b/Documentation/process/kernel-docs.rst
@@ -3,9 +3,6 @@ 
 Index of Further Kernel Documentation
 =====================================
 
-Initial Author: Juan-Mariano de Goyeneche (<jmseyas@dit.upm.es>;
-email address is defunct now.)
-
 The need for a document like this one became apparent in the
 linux-kernel mailing list as the same questions, asking for pointers
 to information, appeared again and again.
@@ -614,7 +611,8 @@  Miscellaneous
 
 -------
 
-Document last updated on Tue 2016-Sep-20
+This document was originally based on:
 
-This document is based on:
  https://www.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html
+
+and written by Juan-Mariano de Goyenche
diff --git a/MAINTAINERS b/MAINTAINERS
index 6f2ec7c71a4c..91b668dc1217 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10017,6 +10017,11 @@  F:	Documentation/hwmon/ina2xx.rst
 F:	drivers/hwmon/ina2xx.c
 F:	include/linux/platform_data/ina2xx.h
 
+INDEX OF FURTHER KERNEL DOCUMENTATION
+M:      Carlos Bilbao <carlos.bilbao@amd.com>
+S:      Maintained
+F:      Documentation/process/kernel-docs.rst
+
 INDUSTRY PACK SUBSYSTEM (IPACK)
 M:	Samuel Iglesias Gonsalvez <siglesias@igalia.com>
 M:	Jens Taprogge <jens.taprogge@taprogge.org>