diff options
author | Zheng Zhi Yuan <kevinjone25@g.ncu.edu.tw> | 2022-06-26 16:29:58 +0200 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2022-06-28 20:00:11 +0200 |
commit | 1df4d1724baafa55e9803414ebcdf1ca702bc958 (patch) | |
tree | 3bb11ca4eb9a767b896bedfc055740cf46b1a60d /drivers/firmware/efi/memmap.c | |
parent | efi: vars: Drop __efivar_entry_iter() helper which is no longer used (diff) | |
download | linux-1df4d1724baafa55e9803414ebcdf1ca702bc958.tar.xz linux-1df4d1724baafa55e9803414ebcdf1ca702bc958.zip |
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: Zheng Zhi Yuan <kevinjone25@g.ncu.edu.tw>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'drivers/firmware/efi/memmap.c')
-rw-r--r-- | drivers/firmware/efi/memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/memmap.c b/drivers/firmware/efi/memmap.c index cf87dd7bbd25..6ec7970dbd40 100644 --- a/drivers/firmware/efi/memmap.c +++ b/drivers/firmware/efi/memmap.c @@ -244,7 +244,7 @@ int __init efi_memmap_install(struct efi_memory_map_data *data) * @range: Address range (start, end) to split around * * 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) { |