From 3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 20 Jan 2022 19:48:20 +0100 Subject: efi_loader: correct function comment style Replace @return and @param. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/efi_selftest_exception.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/efi_selftest/efi_selftest_exception.c') diff --git a/lib/efi_selftest/efi_selftest_exception.c b/lib/efi_selftest/efi_selftest_exception.c index d86228a8926..dca7f7d3434 100644 --- a/lib/efi_selftest/efi_selftest_exception.c +++ b/lib/efi_selftest/efi_selftest_exception.c @@ -99,7 +99,7 @@ static efi_status_t decompress(u8 **image) * * @handle: handle of the loaded image * @systable: system table - * @return: EFI_ST_SUCCESS for success + * Return: EFI_ST_SUCCESS for success */ static int setup(const efi_handle_t handle, const struct efi_system_table *systable) @@ -118,7 +118,7 @@ static int setup(const efi_handle_t handle, * * Load and start the application image. * - * @return: EFI_ST_SUCCESS for success + * Return: EFI_ST_SUCCESS for success */ static int execute(void) { -- cgit v1.2.3