All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: fix typo in firmware/efi/memmap.c
@ 2022-06-26 14:29 Zheng Zhi Yuan
  2022-06-28 16:50 ` Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Zhi Yuan @ 2022-06-26 14:29 UTC (permalink / raw)
  To: ardb; +Cc: linux-efi, linux-kernel, Zheng Zhi Yuan

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers: fix typo in firmware/efi/memmap.c
  2022-06-26 14:29 [PATCH] drivers: fix typo in firmware/efi/memmap.c Zheng Zhi Yuan
@ 2022-06-28 16:50 ` Ard Biesheuvel
  0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2022-06-28 16:50 UTC (permalink / raw)
  To: Zheng Zhi Yuan; +Cc: linux-efi, Linux Kernel Mailing List

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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 14:29 [PATCH] drivers: fix typo in firmware/efi/memmap.c Zheng Zhi Yuan
2022-06-28 16:50 ` Ard Biesheuvel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.