aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuan-Wei Chiu <[email protected]>2024-11-29 18:12:22 +0000
committerAndrew Morton <[email protected]>2025-01-13 04:20:57 +0000
commitb9da6f70e07200798b08b620896da4ebdfe10c98 (patch)
tree6f124c4fc52740a4220179e3c6137fce18c1a868
parentlib min_heap: add brief introduction to Min Heap API (diff)
downloadkernel-b9da6f70e07200798b08b620896da4ebdfe10c98.tar.gz
kernel-b9da6f70e07200798b08b620896da4ebdfe10c98.zip
Documentation/core-api: min_heap: add author information
As with other documentation files, author information is added to min_heap.rst, providing contact details for any questions regarding the Min Heap API or the document itself. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kuan-Wei Chiu <[email protected]> Cc: Ching-Chun (Jim) Huang <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--Documentation/core-api/min_heap.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/core-api/min_heap.rst b/Documentation/core-api/min_heap.rst
index 0c636c8b7aa5..683bc6d09f00 100644
--- a/Documentation/core-api/min_heap.rst
+++ b/Documentation/core-api/min_heap.rst
@@ -4,6 +4,8 @@
Min Heap API
============
+:Author: Kuan-Wei Chiu <[email protected]>
+
Introduction
============