From: SeongJae Park Date: Tue, 18 Feb 2025 22:30:58 +0000 (-0800) Subject: mm/damon: add kernel-doc comment for damos_filter->sz_range X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5b37e24dc8c79792305743489419ec40b6c60e07;p=users%2Fjedix%2Flinux-maple.git 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 Cc: Usama Arif Signed-off-by: Andrew Morton --- diff --git a/include/linux/damon.h b/include/linux/damon.h index 0adfc2f4ca754..0ed84b3656fca 100644 --- a/include/linux/damon.h +++ b/include/linux/damon.h @@ -372,6 +372,7 @@ enum damos_filter_type { * @target_idx: Index of the &struct damon_target of * &damon_ctx->adaptive_targets if @type is * DAMOS_FILTER_TYPE_TARGET. + * @sz_range: Size range if @type is DAMOS_FILTER_TYPE_HUGEPAGE_SIZE. * @list: List head for siblings. * * Before applying the &damos->action to a memory region, DAMOS checks if each