Commit 1df4d172 authored by Zheng Zhi Yuan's avatar Zheng Zhi Yuan Committed by Ard Biesheuvel

drivers: fix typo in firmware/efi/memmap.c

This patch fixes the spelling error in firmware/efi/memmap.c, changing
it to the correct word.
Signed-off-by: default avatarZheng Zhi Yuan <kevinjone25@g.ncu.edu.tw>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 5ac94136
...@@ -244,7 +244,7 @@ int __init efi_memmap_install(struct efi_memory_map_data *data) ...@@ -244,7 +244,7 @@ int __init efi_memmap_install(struct efi_memory_map_data *data)
* @range: Address range (start, end) to split around * @range: Address range (start, end) to split around
* *
* Returns the number of additional EFI memmap entries required to * Returns the number of additional EFI memmap entries required to
* accomodate @range. * accommodate @range.
*/ */
int __init efi_memmap_split_count(efi_memory_desc_t *md, struct range *range) int __init efi_memmap_split_count(efi_memory_desc_t *md, struct range *range)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment