mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
efi_loader: use correct documentation style
We have moved generating html documentation with Sphinx. %s/Return Value/Return/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
cc0bfc0122
commit
0414359aa0
1 changed files with 1 additions and 1 deletions
|
@ -3124,7 +3124,7 @@ struct efi_system_table __efi_runtime_data systab = {
|
|||
/**
|
||||
* efi_initialize_system_table() - Initialize system table
|
||||
*
|
||||
* Return Value: status code
|
||||
* Return: status code
|
||||
*/
|
||||
efi_status_t efi_initialize_system_table(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue