aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/helloworld.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-20 19:48:20 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-29 10:23:40 +0100
commit3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d (patch)
tree18681494cad089d4d8c958baf1154ed5b56e3d2a /lib/efi_loader/helloworld.c
parentab37facd465b76ac1993d4c5b20100bdc5038aab (diff)
downloadu-boot-3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d.zip
u-boot-3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d.tar.gz
u-boot-3dd719d4fb2ee10bbc00729f4bcd0fba47a8360d.tar.bz2
efi_loader: correct function comment style
Replace @return and @param. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'lib/efi_loader/helloworld.c')
-rw-r--r--lib/efi_loader/helloworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c
index 3f215e2..33e4fbc 100644
--- a/lib/efi_loader/helloworld.c
+++ b/lib/efi_loader/helloworld.c
@@ -133,7 +133,7 @@ efi_status_t print_device_path(struct efi_device_path *device_path,
*
* @handle: handle of the loaded image
* @systab: system table
- * @return: status code
+ * Return: status code
*/
efi_status_t EFIAPI efi_main(efi_handle_t handle,
struct efi_system_table *systab)