projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac9413
)
drivers: fix typo in firmware/efi/memmap.c
author
Zheng Zhi Yuan
<kevinjone25@g.ncu.edu.tw>
Sun, 26 Jun 2022 14:29:58 +0000
(22:29 +0800)
committer
Ard Biesheuvel
<ardb@kernel.org>
Tue, 28 Jun 2022 18:00:11 +0000
(20:00 +0200)
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>
drivers/firmware/efi/memmap.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/efi/memmap.c
b/drivers/firmware/efi/memmap.c
index cf87dd7bbd25f50915dc4495fa931fd55c9839b2..6ec7970dbd40af7b932a98e181a36635054bedcb 100644
(file)
--- 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.
+ * accom
m
odate @range.
*/
int __init efi_memmap_split_count(efi_memory_desc_t *md, struct range *range)
{