diff mbox series

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

Message ID 20220626142958.5790-1-kevinjone25@g.ncu.edu.tw
State Accepted
Commit 1df4d1724baafa55e9803414ebcdf1ca702bc958
Headers show
Series drivers: fix typo in firmware/efi/memmap.c | expand

Commit Message

Zheng Zhi Yuan June 26, 2022, 2:29 p.m. UTC
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>
---
 drivers/firmware/efi/memmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ard Biesheuvel June 28, 2022, 4:50 p.m. UTC | #1
On Sun, 26 Jun 2022 at 16:31, Zheng Zhi Yuan <kevinjone25@g.ncu.edu.tw> wrote:
>
> 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>

Queued in efi/next, thanks.

> ---
>  drivers/firmware/efi/memmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/firmware/efi/memmap.c b/drivers/firmware/efi/memmap.c
> index 4df55a55da84..7ff9f1e911e1 100644
> --- a/drivers/firmware/efi/memmap.c
> +++ b/drivers/firmware/efi/memmap.c
> @@ -245,7 +245,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)
>  {
> --
> 2.25.1
>
diff mbox series

Patch

diff --git a/drivers/firmware/efi/memmap.c b/drivers/firmware/efi/memmap.c
index 4df55a55da84..7ff9f1e911e1 100644
--- a/drivers/firmware/efi/memmap.c
+++ b/drivers/firmware/efi/memmap.c
@@ -245,7 +245,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)
 {