mm: restore documentation for __free_pages()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Jun 2025 19:03:26 +0000 (20:03 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:41:52 +0000 (22:41 -0700)
commit3091b61505028702438b3677820b2b786eda755b
treea9639cc95888b8beddef44326e5c4f62c894c0ba
parentd7b8f8e20813f0179d8ef519541a3527e7661d3a
mm: restore documentation for __free_pages()

The documentation was converted to be for ___free_pages(), which doesn't
need documentation as it's static.

Link: https://lkml.kernel.org/r/20250604190327.814086-1-willy@infradead.org
Fixes: 8c57b687e833 (mm, bpf: Introduce free_pages_nolock())
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c