}
/**
- * damos_filter_for_ops() - Return if the filter is ops-hndled one.
+ * damos_filter_for_ops() - Return if the filter is ops-handled one.
* @type: type of the filter.
*
* Return: true if the filter of @type needs to be handled by ops layer, false
adaptation_bp = damon_feed_loop_next_input(100000000, score_bp) /
10000;
/*
- * adaptaion_bp ranges from 1 to 20,000. Avoid too rapid reduction of
+ * adaptation_bp ranges from 1 to 20,000. Avoid too rapid reduction of
* the intervals by rescaling [1,10,000] to [5000, 10,000].
*/
if (adaptation_bp <= 10000)
*
* Reset ->next_aggregation_sis to avoid that.
* It will anyway correctly updated after this
- * if caluse.
+ * if clause.
*/
ctx->next_aggregation_sis =
next_aggregation_sis;
*
* Input parameters that updated while DAMON_LRU_SORT is running are not
* applied by default. Once this parameter is set as ``Y``, DAMON_LRU_SORT
- * reads values of parametrs except ``enabled`` again. Once the re-reading is
+ * reads values of parameters except ``enabled`` again. Once the re-reading is
* done, this parameter is set as ``N``. If invalid parameters are found while
* the re-reading, DAMON_LRU_SORT will be disabled.
*/
*
* Input parameters that updated while DAMON_RECLAIM is running are not applied
* by default. Once this parameter is set as ``Y``, DAMON_RECLAIM reads values
- * of parametrs except ``enabled`` again. Once the re-reading is done, this
+ * of parameters except ``enabled`` again. Once the re-reading is done, this
* parameter is set as ``N``. If invalid parameters are found while the
* re-reading, DAMON_RECLAIM will be disabled.
*/
// SPDX-License-Identifier: GPL-2.0
/*
- * Shows data access monitoring resutls in simple metrics.
+ * Shows data access monitoring results in simple metrics.
*/
#define pr_fmt(fmt) "damon-stat: " fmt
damos_set_filters_default_reject(&scheme);
/*
* A core-handled allow-filter is installed.
- * Rejct by default on core layer filtering stage due to the last
+ * Reject by default on core layer filtering stage due to the last
* core-layer-filter's behavior.
* Allow by default on ops layer filtering stage due to the absence of
* ops layer filters.