]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()
authorLevi Yun <ppbuk5246@gmail.com>
Wed, 20 Jan 2021 12:28:18 +0000 (21:28 +0900)
committerMike Rapoport <rppt@linux.ibm.com>
Thu, 21 Jan 2021 08:29:37 +0000 (10:29 +0200)
memblock_phys_alloc_try_nid function's comments has typo NUMA as MUMA.
Correct this typo.

Signed-off-by: Levi Yun <ppbuk5246@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
mm/memblock.c

index d24bcfa88d2f1bd42d96f4e52a6f3e8c2cd91396..1eaaec1e7687cc0c15c5d19ecee92e201875dadf 100644 (file)
@@ -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