With kernel-doc script change to handle xyz_noprof() names, the previous documentation changes and not needed anymore. Fixes: 6522e08ac1c6 ("mm: enable page allocation tagging") Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx> Cc: linux-doc@xxxxxxxxxxxxxxx Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> --- mm/mempolicy.c | 6 +++--- mm/page_alloc.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mm/mempolicy.c b/mm/mempolicy.c index 3fae74b62c51..913cff5da5a3 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -2209,7 +2209,7 @@ static struct page *alloc_pages_preferred_many(gfp_t gfp, unsigned int order, } /** - * alloc_pages_mpol_noprof - Allocate pages according to NUMA mempolicy. + * alloc_pages_mpol - Allocate pages according to NUMA mempolicy. * @gfp: GFP flags. * @order: Order of the page allocation. * @pol: Pointer to the NUMA mempolicy. @@ -2278,7 +2278,7 @@ struct page *alloc_pages_mpol_noprof(gfp_t gfp, unsigned int order, } /** - * vma_alloc_folio_noprof - Allocate a folio for a VMA. + * vma_alloc_folio - Allocate a folio for a VMA. * @gfp: GFP flags. * @order: Order of the folio. * @vma: Pointer to VMA. @@ -2309,7 +2309,7 @@ struct folio *vma_alloc_folio_noprof(gfp_t gfp, int order, struct vm_area_struct EXPORT_SYMBOL(vma_alloc_folio_noprof); /** - * alloc_pages_noprof - Allocate pages. + * alloc_pages - Allocate pages. * @gfp: GFP flags. * @order: Power of two of number of pages to allocate. * diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 370ea1711828..8cdb8cc2958e 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -4973,7 +4973,7 @@ static void *make_alloc_exact(unsigned long addr, unsigned int order, } /** - * alloc_pages_exact_noprof - allocate an exact number physically-contiguous pages. + * alloc_pages_exact - allocate an exact number physically-contiguous pages. * @size: the number of bytes to allocate * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP * @@ -5001,7 +5001,7 @@ void *alloc_pages_exact_noprof(size_t size, gfp_t gfp_mask) EXPORT_SYMBOL(alloc_pages_exact_noprof); /** - * alloc_pages_exact_nid_noprof - allocate an exact number of physically-contiguous + * alloc_pages_exact_nid - allocate an exact number of physically-contiguous * pages on a node. * @nid: the preferred node ID where memory should be allocated * @size: the number of bytes to allocate @@ -6458,7 +6458,7 @@ int __alloc_contig_migrate_range(struct compact_control *cc, } /** - * alloc_contig_range_noprof() -- tries to allocate given range of pages + * alloc_contig_range() -- tries to allocate given range of pages * @start: start PFN to allocate * @end: one-past-the-last PFN to allocate * @migratetype: migratetype of the underlying pageblocks (either @@ -6622,7 +6622,7 @@ static bool zone_spans_last_pfn(const struct zone *zone, } /** - * alloc_contig_pages_noprof() -- tries to find and allocate contiguous range of pages + * alloc_contig_pages() -- tries to find and allocate contiguous range of pages * @nr_pages: Number of contiguous pages to allocate * @gfp_mask: GFP mask to limit search and used during compaction * @nid: Target node -- 2.44.0.396.g6e790dbe36-goog