diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-04 12:02:40 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-06 23:26:28 +0100 |
| commit | d05190bd65ccd212e8540d609fb6066e2692cc6a (patch) | |
| tree | 8ed17e5eb4a3622384dd00c2f4d473ef9549f462 /include | |
| parent | 81458bd1135b43b3ad917002ba7d93cdb59cec00 (diff) | |
efi_loader: correct struct efi_priv description
Add a missing colon ':' to match Sphinx style.
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h index 66725b876f9..b98871fedad 100644 --- a/include/efi.h +++ b/include/efi.h @@ -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 * |
