Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/damon: fix minor typos in damon header

Fix typos in include/linux/damon.h.

Link: https://lkml.kernel.org/r/20250618163331.54910-1-sj@kernel.org
Signed-off-by: Nathan Gao <zcgao@amazon.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Nathan Gao and committed by
Andrew Morton
f9550e1f d75fa3c9

+2 -2
+2 -2
include/linux/damon.h
··· 450 450 /** 451 451 * struct damos - Represents a Data Access Monitoring-based Operation Scheme. 452 452 * @pattern: Access pattern of target regions. 453 - * @action: &damo_action to be applied to the target regions. 453 + * @action: &damos_action to be applied to the target regions. 454 454 * @apply_interval_us: The time between applying the @action. 455 455 * @quota: Control the aggressiveness of this scheme. 456 456 * @wmarks: Watermarks for automated (in)activation of this scheme. ··· 656 656 * struct damon_intervals_goal - Monitoring intervals auto-tuning goal. 657 657 * 658 658 * @access_bp: Access events observation ratio to achieve in bp. 659 - * @aggrs: Number of aggregations to acheive @access_bp within. 659 + * @aggrs: Number of aggregations to achieve @access_bp within. 660 660 * @min_sample_us: Minimum resulting sampling interval in microseconds. 661 661 * @max_sample_us: Maximum resulting sampling interval in microseconds. 662 662 *