2022-11-21 18:26:05

by Bilbao, Carlos

[permalink] [raw]
Subject: [PATCH v2 1/2] docs: Update maintainer of kernel-docs.rst

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/[email protected]/
Signed-off-by: Carlos Bilbao <[email protected]>
---
Documentation/process/kernel-docs.rst | 8 +++-----
MAINTAINERS | 5 +++++
2 files changed, 8 insertions(+), 5 deletions(-)

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 (<[email protected]>;
-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 <[email protected]>
+S: Maintained
+F: Documentation/process/kernel-docs.rst
+
INDUSTRY PACK SUBSYSTEM (IPACK)
M: Samuel Iglesias Gonsalvez <[email protected]>
M: Jens Taprogge <[email protected]>
--
2.34.1



2022-11-21 20:39:45

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] docs: Update maintainer of kernel-docs.rst

On Mon, Nov 21, 2022 at 7:16 PM Carlos Bilbao <[email protected]> wrote:
>
> +and written by Juan-Mariano de Goyenche

Typo: Goyeneche

> +INDEX OF FURTHER KERNEL DOCUMENTATION
> +M: Carlos Bilbao <[email protected]>
> +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 <[email protected]>

Cheers,
Miguel