All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Hildenbrand <david@redhat.com>
To: Levi Yun <ppbuk5246@gmail.com>,
	rppt@kernel.org, akpm@linux-foundation.org
Cc: linux-mm@kvack.org, inux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm/memblock: Fix the typo on comments.
Date: Wed, 20 Jan 2021 14:56:00 +0100	[thread overview]
Message-ID: <e7fcb5c7-c90c-05d0-c968-e537261b7818@redhat.com> (raw)
In-Reply-To: <20210120122818.GA34342@ubuntu>

On 20.01.21 13:28, Levi Yun wrote:
> memblock_phys_alloc_try_nid function's comments has typo NUMA as MUMA.
> Correct this typo.

subject would be clearer as something like

"mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()"


Reviewed-by: David Hildenbrand <david@redhat.com>

> 
> Signed-off-by: Levi Yun <ppbuk5246@gmail.com>
> ---
>  mm/memblock.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/memblock.c b/mm/memblock.c
> index d24bcfa88d2f..1eaaec1e7687 100644
> --- a/mm/memblock.c
> +++ b/mm/memblock.c
> @@ -1427,7 +1427,7 @@ phys_addr_t __init memblock_phys_alloc_range(phys_addr_t size,
>  }
>  
>  /**
> - * memblock_phys_alloc_try_nid - allocate a memory block from specified MUMA node
> + * memblock_phys_alloc_try_nid - allocate a memory block from specified NUMA node
>   * @size: size of memory block to be allocated in bytes
>   * @align: alignment of the region and block's size
>   * @nid: nid of the free area to find, %NUMA_NO_NODE for any node
> 


-- 
Thanks,

David / dhildenb



  reply	other threads:[~2021-01-20 13:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20 12:28 [PATCH] mm/memblock: Fix the typo on comments Levi Yun
2021-01-20 13:56 ` David Hildenbrand [this message]
2021-01-20 23:43   ` Yun Levi
2021-01-21  8:39     ` Mike Rapoport
2021-01-21 11:20       ` Yun Levi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7fcb5c7-c90c-05d0-c968-e537261b7818@redhat.com \
    --to=david@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=inux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=ppbuk5246@gmail.com \
    --cc=rppt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.