Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'fixes-2021-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull typo fix from Mike Rapoport:
"Fix typo in comment of memblock_phys_alloc_try_nid()"

* tag 'fixes-2021-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()

+1 -1
+1 -1
mm/memblock.c
··· 1427 1427 } 1428 1428 1429 1429 /** 1430 - * memblock_phys_alloc_try_nid - allocate a memory block from specified MUMA node 1430 + * memblock_phys_alloc_try_nid - allocate a memory block from specified NUMA node 1431 1431 * @size: size of memory block to be allocated in bytes 1432 1432 * @align: alignment of the region and block's size 1433 1433 * @nid: nid of the free area to find, %NUMA_NO_NODE for any node