mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
efi_loader: correct struct efi_priv description
Add a missing colon ':' to match Sphinx style. Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
@@ -454,7 +454,7 @@ static inline struct efi_mem_desc *efi_get_next_mem_desc(
|
||||
* @memmap_key: Key returned from get_memory_map()
|
||||
* @memmap_desc: List of memory-map records
|
||||
* @memmap_alloc: Amount of memory allocated for memory map list
|
||||
* @memmap_size Size of memory-map list in bytes
|
||||
* @memmap_size: Size of memory-map list in bytes
|
||||
* @memmap_desc_size: Size of an individual memory-map record, in bytes
|
||||
* @memmap_version: Memory-map version
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user