selftest: damon: fix minor typos in test logs

Patch series "selftests/damon: misc fixes".

Misc fixes for DAMON selftets on behalf of the original authors.


This patch (of 2):

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.

Link: https://lore.kernel.org/r/20240204122523.14160-1-vincenzo.mezzela@gmail.com
Link: https://lkml.kernel.org/r/20240221211148.46522-2-sj@kernel.org
Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
Signed-off-by: SeongJae Park <sj@kernel.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
Cc: Bernd Edlinger <bernd.edlinger@hotmail.de>
Cc: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Vincenzo Mezzela 2024-02-21 13:11:47 -08:00 committed by Andrew Morton
parent 7c43a55379
commit fd2f556c4f
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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 = []