]> git.ipfire.org Git - thirdparty/linux.git/commit
mm: add kernel-doc comment for free_pgd_range()
authorSoumishDas <soumish.das@gmail.com>
Tue, 25 Mar 2025 18:13:25 +0000 (23:43 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:48:14 +0000 (17:48 -0700)
commitf4d1c32489117c9d38206a673d880d23d7d3bb8a
tree7c3db074dd1f424d872f8903a501b479ce5ce1e4
parentec9827cd28b13b88517812eb08b13d0ed97ae8f1
mm: add kernel-doc comment for free_pgd_range()

Provide kernel-doc for free_pgd_range() so it's easier to understand what
the function does and how it is used.

Link: https://lkml.kernel.org/r/20250325181325.5774-1-soumish.das@gmail.com
Signed-off-by: SoumishDas <soumish.das@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c