]> 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>
Tue, 4 Mar 2025 05:49:49 +0000 (21:49 -0800)
commitcc1fd0f6d7946d655b4528e7f3a869d42b59c8a8
treeedecdba549a3fa372f7451079e442f362b94a1d9
parent964f9fd004999c9ef4149d5e3653cb51568a7323
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