]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/damon: add kernel-doc comment for damos_filter->sz_range
authorSeongJae Park <sj@kernel.org>
Tue, 18 Feb 2025 22:30:58 +0000 (14:30 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Feb 2025 00:59:58 +0000 (16:59 -0800)
commit5b37e24dc8c79792305743489419ec40b6c60e07
tree529ddebf082c9dddab16be48a3ff9fcdde45cd66
parenta5c61241518884f8bd30907c558ee6f8253c33db
mm/damon: add kernel-doc comment for damos_filter->sz_range

Commit 212f4d0cb42c ("mm/damon: introduce DAMOS filter type
hugepage_size") on mm-unstable added sz_range field to 'struct
damos_filter'.  It missed updating the kernel-doc comment, though.  It is
making the documentation build unhappy.  Add a comment for the field.

Link: https://lkml.kernel.org/r/20250218223058.52459-1-sj@kernel.org
Fixes: 212f4d0cb42c ("mm/damon: introduce DAMOS filter type hugepage_size") # mm-unstable
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Usama Arif <usamaarif642@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/damon.h