Skip to content

Commit fcd807a

Browse files
meritissimo1akpm00
authored andcommitted
Docs/mm/damon: fix spelling and grammar in monitoring_intervals_tuning_example.rst
This patch fixes some spelling and grammar mistakes in the documentation, improving the readability. - multipled -> multiplied - idential -> identical - minuts -> minutes - efficieny -> efficiency Link: https://lkml.kernel.org/r/20250217215512.12833-1-marcelomoreira1905@gmail.com Signed-off-by: Marcelo Moreira <marcelomoreira1905@gmail.com> Reviewed-by: SeongJae Park <sj@kernel.org> Cc: Shuah khan <skhan@linuxfoundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 795f296 commit fcd807a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/mm/damon/monitoring_intervals_tuning_example.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Then, list the DAMON-found regions of different access patterns, sorted by the
3636
"access temperature". "Access temperature" is a metric representing the
3737
access-hotness of a region. It is calculated as a weighted sum of the access
3838
frequency and the age of the region. If the access frequency is 0 %, the
39-
temperature is multipled by minus one. That is, if a region is not accessed,
39+
temperature is multiplied by minus one. That is, if a region is not accessed,
4040
it gets minus temperature and it gets lower as not accessed for longer time.
4141
The sorting is in temperature-ascendint order, so the region at the top of the
4242
list is the coldest, and the one at the bottom is the hottest one. ::
@@ -58,11 +58,11 @@ list is the coldest, and the one at the bottom is the hottest one. ::
5858
The list shows not seemingly hot regions, and only minimum access pattern
5959
diversity. Every region has zero access frequency. The number of region is
6060
10, which is the default ``min_nr_regions value``. Size of each region is also
61-
nearly idential. We can suspect this is because “adaptive regions adjustment”
61+
nearly identical. We can suspect this is because “adaptive regions adjustment”
6262
mechanism was not well working. As the guide suggested, we can get relative
6363
hotness of regions using ``age`` as the recency information. That would be
6464
better than nothing, but given the fact that the longest age is only about 6
65-
seconds while we waited about ten minuts, it is unclear how useful this will
65+
seconds while we waited about ten minutes, it is unclear how useful this will
6666
be.
6767

6868
The temperature ranges to total size of regions of each range histogram
@@ -190,7 +190,7 @@ for sampling and aggregation intervals, respectively). ::
190190
The number of regions having different access patterns has significantly
191191
increased. Size of each region is also more varied. Total size of non-zero
192192
access frequency regions is also significantly increased. Maybe this is already
193-
good enough to make some meaningful memory management efficieny changes.
193+
good enough to make some meaningful memory management efficiency changes.
194194

195195
800ms/16s intervals: Another bias
196196
=================================

0 commit comments

Comments
 (0)