We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3407267 commit fa81ab4Copy full SHA for fa81ab4
mm/memblock.c
@@ -836,7 +836,7 @@ void __init_memblock memblock_free(void *ptr, size_t size)
836
* @base: phys starting address of the boot memory block
837
* @size: size of the boot memory block in bytes
838
*
839
- * Free boot memory block previously allocated by memblock_alloc_xx() API.
+ * Free boot memory block previously allocated by memblock_phys_alloc_xx() API.
840
* The freeing memory will not be released to the buddy allocator.
841
*/
842
int __init_memblock memblock_phys_free(phys_addr_t base, phys_addr_t size)
0 commit comments