projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a332f25
)
efi_loader: fix typo in efi_variable.c
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 20 Jun 2019 10:03:53 +0000
(12:03 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 20 Jun 2019 22:26:21 +0000
(22:26 +0000)
%s/efi_efi_/efi_/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_variable.c
b/lib/efi_loader/efi_variable.c
index 1d1b23b0e550ec2961e6ce31b1e6d446ecbff2d5..d6b75ca02e456c81be79d32f648cad65bd24e398 100644
(file)
--- a/
lib/efi_loader/efi_variable.c
+++ b/
lib/efi_loader/efi_variable.c
@@
-148,7
+148,7
@@
static const char *parse_attr(const char *str, u32 *attrp)
}
/**
- * efi_
efi_
get_variable() - retrieve value of a UEFI variable
+ * efi_get_variable() - retrieve value of a UEFI variable
*
* This function implements the GetVariable runtime service.
*
@@
-404,7
+404,7
@@
efi_status_t EFIAPI efi_get_next_variable_name(efi_uintn_t *variable_name_size,
}
/**
- * efi_
efi_
set_variable() - set value of a UEFI variable
+ * efi_set_variable() - set value of a UEFI variable
*
* This function implements the SetVariable runtime service.
*