* [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
* Re: [PATCH] docs/mm/damon/design: fix typo
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
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2025-07-29 15:58 UTC (permalink / raw)
To: Sang-Heon Jeon; +Cc: SeongJae Park, damon, linux-mm
On Tue, 29 Jul 2025 23:44:14 +0900 Sang-Heon Jeon <ekffu200098@gmail.com> wrote:
> There are some typo in statistics section of DAMON design docs
> - sz_trtied -> sz_tried
Thank you for finding and fixing this!
>
> Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
> ---
> 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.
It's my honor to review your first kernel patch. All look good to me.
Thanks,
SJ
[...]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs/mm/damon/design: fix typo
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
3 siblings, 0 replies; 5+ messages in thread
From: Dev Jain @ 2025-07-29 16:09 UTC (permalink / raw)
To: Sang-Heon Jeon, sj; +Cc: damon, linux-mm
On 29/07/25 8:14 pm, Sang-Heon Jeon wrote:
> 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.
Brilliant!
> So if there are any mistakes, please let
> me know. I'll try to fix as soon as possible. Thanks for reviewing.
>
> ---
Reviewed-by: Dev Jain <dev.jain@arm.com>
>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs/mm/damon/design: fix typo
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
3 siblings, 0 replies; 5+ messages in thread
From: Honggyu Kim @ 2025-07-29 22:41 UTC (permalink / raw)
To: Sang-Heon Jeon, sj; +Cc: kernel_team, damon, linux-mm
Hi Sang-Heon,
On 7/29/2025 11:44 PM, Sang-Heon Jeon wrote:
> 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.
It's great to see you here again :)
>
> ---
> 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
>
>
Reviewed-by: Honggyu Kim <honggyu.kim@sk.com>
Thanks,
Honggyu
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] docs/mm/damon/design: fix typo: s/sz_trtied/sz_tried/
2025-07-29 14:44 [PATCH] docs/mm/damon/design: fix typo Sang-Heon Jeon
` (2 preceding siblings ...)
2025-07-29 22:41 ` Honggyu Kim
@ 2025-08-10 19:25 ` SeongJae Park
3 siblings, 0 replies; 5+ messages in thread
From: SeongJae Park @ 2025-08-10 19:25 UTC (permalink / raw)
To: Andrew Morton
Cc: Sang-Heon Jeon, sj, kernel-team, damon, linux-mm, Dev Jain,
Honggyu Kim
From: Sang-Heon Jeon <ekffu200098@gmail.com>
There are some typo in statistics section of DAMON design docs
- sz_trtied -> sz_tried
Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
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: SeongJae Park <sj@kernel.org>
---
Changes from v1
(https://lkml.kernel.org/r/20250729144414.31958-1-ekffu200098@gmail.com)
- update the subject to be more specific
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).