Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] selftest: damon: fix minor typos in test logs
@ 2024-02-04 12:25 Vincenzo Mezzela
  2024-02-04 17:13 ` SeongJae Park
  0 siblings, 1 reply; 2+ messages in thread
From: Vincenzo Mezzela @ 2024-02-04 12:25 UTC (permalink / raw)
  To: shuah, sj; +Cc: Vincenzo Mezzela, linux-mm, linux-kselftest, linux-kernel

This patch resolves a spelling error in the test log, preventing potential
confusion.

It is submitted as part of my application to the "Linux Kernel
Bug Fixing Spring Unpaid 2024" mentorship program of the Linux
Foundation.

Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
---
 .../selftests/damon/sysfs_update_schemes_tried_regions_hang.py  | 2 +-
 .../damon/sysfs_update_schemes_tried_regions_wss_estimation.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py
index 8c690ba1a573..28c887a0108f 100644
--- a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py
+++ b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py
@@ -20,7 +20,7 @@ def main():
 
     err = kdamonds.start()
     if err != None:
-        print('kdmaond start failed: %s' % err)
+        print('kdamond start failed: %s' % err)
         exit(1)
 
     while proc.poll() == None:
diff --git a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py
index cdbf19b442c9..90ad7409a7a6 100644
--- a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py
+++ b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py
@@ -23,7 +23,7 @@ def main():
 
     err = kdamonds.start()
     if err != None:
-        print('kdmaond start failed: %s' % err)
+        print('kdamond start failed: %s' % err)
         exit(1)
 
     wss_collected = []
-- 
2.34.1


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

* Re: [PATCH] selftest: damon: fix minor typos in test logs
  2024-02-04 12:25 [PATCH] selftest: damon: fix minor typos in test logs Vincenzo Mezzela
@ 2024-02-04 17:13 ` SeongJae Park
  0 siblings, 0 replies; 2+ messages in thread
From: SeongJae Park @ 2024-02-04 17:13 UTC (permalink / raw)
  To: Vincenzo Mezzela
  Cc: shuah, sj, linux-mm, linux-kselftest, linux-kernel, damon

Hello,

On Sun,  4 Feb 2024 13:25:23 +0100 Vincenzo Mezzela <vincenzo.mezzela@gmail.com> wrote:

> This patch resolves a spelling error in the test log, preventing potential
> confusion.
> 
> It is submitted as part of my application to the "Linux Kernel
> Bug Fixing Spring Unpaid 2024" mentorship program of the Linux
> Foundation.

Thank you for fixing this :)

> 
> Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>

Reviewed-by: SeongJae Park <sj@kernel.org>

Thanks,
SJ

[...]

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

end of thread, other threads:[~2024-02-04 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 12:25 [PATCH] selftest: damon: fix minor typos in test logs Vincenzo Mezzela
2024-02-04 17:13 ` SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox