projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250b325
)
efi_loader: description efi_update_capsule()
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Mon, 3 Sep 2018 18:59:25 +0000
(20:59 +0200)
committer
Alexander Graf
<agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000
(21:55 +0200)
Correct the description of efi_update_capsule().
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_runtime.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_runtime.c
b/lib/efi_loader/efi_runtime.c
index 2b4f399e9ae402f9b66effa8aef29c05258f2da5..c5fbd91fa3867de2051cb8bc3b621931ee2e20c4 100644
(file)
--- a/
lib/efi_loader/efi_runtime.c
+++ b/
lib/efi_loader/efi_runtime.c
@@
-608,7
+608,7
@@
efi_status_t __efi_runtime EFIAPI efi_update_capsule(
*
* @capsule_header_array: pointer to array of virtual pointers
* @capsule_count: number of pointers in capsule_header_array
- * @
capsule_size:
maximum capsule size
+ * @
maximum_capsule_size:
maximum capsule size
* @reset_type: type of reset needed for capsule update
* Returns: status code
*/