summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2026-06-16 05:09:34 -0700
committerArd Biesheuvel <ardb@kernel.org>2026-07-09 08:00:20 +0300
commit718ee46ba4d95d28d50d3f6437afbbe2be531175 (patch)
tree2d0a50ac0f1b098503f25d54001194251ead94f7 /include
parentdc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff)
downloadlinux-718ee46ba4d95d28d50d3f6437afbbe2be531175.tar.gz
linux-718ee46ba4d95d28d50d3f6437afbbe2be531175.zip
efi: fix stale reference to efi_recover_from_page_fault()
efi_recover_from_page_fault() was renamed to efi_crash_gracefully_on_page_fault(), but the comment above enum efi_rts_ids was not updated. Use the current name. Fixes: c46f52231e79 ("x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()") Signed-off-by: Breno Leitao <leitao@debian.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/efi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h
index ccbc35479684..24221a842412 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1212,8 +1212,8 @@ efi_call_acpi_prm_handler(efi_status_t (__efiapi *handler_addr)(u64, void *),
/*
* efi_runtime_service() function identifiers.
- * "NONE" is used by efi_recover_from_page_fault() to check if the page
- * fault happened while executing an efi runtime service.
+ * "NONE" is used by efi_crash_gracefully_on_page_fault() to check if the
+ * page fault happened while executing an efi runtime service.
*/
enum efi_rts_ids {
EFI_NONE,