]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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

index 0adfc2f4ca754c6a1d9a955d0950e51f22f99604..0ed84b3656fca7daa0ec41a70f6d995ed5613857 100644 (file)
@@ -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