diff options
| author | Heinrich Schuchardt <[email protected]> | 2018-09-03 20:59:25 +0200 |
|---|---|---|
| committer | Alexander Graf <[email protected]> | 2018-09-23 21:55:29 +0200 |
| commit | cc0bfc01220a95ebd1f0c5370a66c93b631b6eb7 (patch) | |
| tree | 3578e34440740cc1fc29e81a12730bf766b2bc51 /lib | |
| parent | 250b3254c7ded768e3bcf82749dbb7ab1d3b402d (diff) | |
efi_loader: description efi_update_capsule()
Correct the description of efi_update_capsule().
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/efi_runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_runtime.c b/lib/efi_loader/efi_runtime.c index 2b4f399e9ae..c5fbd91fa38 100644 --- 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 */ |
