From 58da850c87240c397242ebd47341c69aa6278119 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 18 Sep 2024 23:37:28 +0200 Subject: efi_loader: fix some function descriptions * The function name must be provided in the description. * The function name must match the name used in the description. Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- lib/efi_loader/efi_rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/efi_loader/efi_rng.c') diff --git a/lib/efi_loader/efi_rng.c b/lib/efi_loader/efi_rng.c index 9bad7ed6931..4734f95eee1 100644 --- a/lib/efi_loader/efi_rng.c +++ b/lib/efi_loader/efi_rng.c @@ -91,7 +91,7 @@ back: } /** - * rng_getrng() - get random value + * getrng() - get random value * * This function implement the GetRng() service of the EFI random number * generator protocol. See the UEFI spec for details. -- cgit v1.2.3