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

Configure Feed

Select the types of activity you want to include in your feed.

docs/mm/damon/design: fix typo: s/sz_trtied/sz_tried/

There are some typo in statistics section of DAMON design docs
- sz_trtied -> sz_tried

Link: https://lkml.kernel.org/r/20250729144414.31958-1-ekffu200098@gmail.com
Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
Signed-off-by: SeongJae Park <sj@kernel.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Reviewed-by: Honggyu Kim <honggyu.kim@sk.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Sang-Heon Jeon and committed by
Andrew Morton
7bca1760 e6d7d350

+1 -1
+1 -1
Documentation/mm/damon/design.rst
··· 689 689 scheme's execution. 690 690 691 691 - ``nr_tried``: Total number of regions that the scheme is tried to be applied. 692 - - ``sz_trtied``: Total size of regions that the scheme is tried to be applied. 692 + - ``sz_tried``: Total size of regions that the scheme is tried to be applied. 693 693 - ``sz_ops_filter_passed``: Total bytes that passed operations set 694 694 layer-handled DAMOS filters. 695 695 - ``nr_applied``: Total number of regions that the scheme is applied.