linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/mm/damon/design: fix typo
@ 2025-07-29 14:44 Sang-Heon Jeon
  2025-07-29 15:58 ` SeongJae Park
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sang-Heon Jeon @ 2025-07-29 14:44 UTC (permalink / raw)
  To: sj; +Cc: damon, linux-mm, Sang-Heon Jeon

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

Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
---
While studying about DAMON subsystem, I found some typos in docs.
This is my first kernel patch. So if there are any mistakes, please let
me know. I'll try to fix as soon as possible. Thanks for reviewing.

---
 Documentation/mm/damon/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst
index 03f8137256f5..2f6ba5c7f4c7 100644
--- a/Documentation/mm/damon/design.rst
+++ b/Documentation/mm/damon/design.rst
@@ -689,7 +689,7 @@ DAMOS accounts below statistics for each scheme, from the beginning of the
 scheme's execution.
 
 - ``nr_tried``: Total number of regions that the scheme is tried to be applied.
-- ``sz_trtied``: Total size of regions that the scheme is tried to be applied.
+- ``sz_tried``: Total size of regions that the scheme is tried to be applied.
 - ``sz_ops_filter_passed``: Total bytes that passed operations set
   layer-handled DAMOS filters.
 - ``nr_applied``: Total number of regions that the scheme is applied.
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-10 19:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 14:44 [PATCH] docs/mm/damon/design: fix typo Sang-Heon Jeon
2025-07-29 15:58 ` SeongJae Park
2025-07-29 16:09 ` Dev Jain
2025-07-29 22:41 ` Honggyu Kim
2025-08-10 19:25 ` [PATCH v2] docs/mm/damon/design: fix typo: s/sz_trtied/sz_tried/ SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).