From: Kuan-Wei Chiu Date: Fri, 29 Nov 2024 18:12:22 +0000 (+0800) Subject: Documentation/core-api: min_heap: add author information X-Git-Tag: v6.14-rc1~78^2~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9da6f70e07200798b08b620896da4ebdfe10c98;p=thirdparty%2Fkernel%2Flinux.git 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/20241129181222.646855-5-visitorckw@gmail.com Signed-off-by: Kuan-Wei Chiu Cc: Ching-Chun (Jim) Huang Cc: Geert Uytterhoeven Cc: Jonathan Corbet Signed-off-by: Andrew Morton --- diff --git a/Documentation/core-api/min_heap.rst b/Documentation/core-api/min_heap.rst index 0c636c8b7aa58..683bc6d09f00d 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 + Introduction ============