summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-08-14 09:52:56 -0700
committerArd Biesheuvel <ardb@kernel.org>2025-11-21 09:42:03 +0100
commit7a2ff00c3b5e3ca1bbeb13cda52efe870be8501b (patch)
treee085083a49cdfb7eb296316d5ed69cabd25902ae /Documentation/driver-api
parent96b010536ee020e716d28d9b359a4bcd18800aeb (diff)
downloadlinux-7a2ff00c3b5e3ca1bbeb13cda52efe870be8501b.tar.gz
linux-7a2ff00c3b5e3ca1bbeb13cda52efe870be8501b.tar.bz2
linux-7a2ff00c3b5e3ca1bbeb13cda52efe870be8501b.zip
docs: efi: add CPER functions to driver-api
There are two kernel-doc like descriptions at cper, which is used by other parts of cper and on ghes driver. They both have kernel-doc like descriptions. Change the tags for them to be actual kernel-doc tags and add them to the driver-api documentaion at the UEFI section. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Acked-by: Borislav Petkov (AMD) <bp@alien8.de> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/firmware/efi/index.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/driver-api/firmware/efi/index.rst b/Documentation/driver-api/firmware/efi/index.rst
index 4fe8abba9fc6..5a6b6229592c 100644
--- a/Documentation/driver-api/firmware/efi/index.rst
+++ b/Documentation/driver-api/firmware/efi/index.rst
@@ -1,11 +1,16 @@
.. SPDX-License-Identifier: GPL-2.0
-============
-UEFI Support
-============
+====================================================
+Unified Extensible Firmware Interface (UEFI) Support
+====================================================
UEFI stub library functions
===========================
.. kernel-doc:: drivers/firmware/efi/libstub/mem.c
:internal:
+
+UEFI Common Platform Error Record (CPER) functions
+==================================================
+
+.. kernel-doc:: drivers/firmware/efi/cper.c