diff options
| author | Kuan-Wei Chiu <[email protected]> | 2024-11-29 18:12:22 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2025-01-13 04:20:57 +0000 |
| commit | b9da6f70e07200798b08b620896da4ebdfe10c98 (patch) | |
| tree | 6f124c4fc52740a4220179e3c6137fce18c1a868 | |
| parent | lib min_heap: add brief introduction to Min Heap API (diff) | |
| download | kernel-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.rst | 2 |
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 ============ |
