Fix a misspelling of "slow".
Signed-off-by: Geert Uytterhoeven geert@linux-m68k.org --- include/kunit/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/kunit/test.h b/include/kunit/test.h index 58dbab60f8530588..9b773406e01f3c43 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -67,7 +67,7 @@ enum kunit_status {
/* * Speed Attribute is stored as an enum and separated into categories of - * speed: very_slowm, slow, and normal. These speeds are relative to + * speed: very_slow, slow, and normal. These speeds are relative to * other KUnit tests. * * Note: unset speed attribute acts as default of KUNIT_SPEED_NORMAL.
On Thu, 27 Mar 2025 at 23:33, Geert Uytterhoeven geert@linux-m68k.org wrote:
Fix a misspelling of "slow".
Signed-off-by: Geert Uytterhoeven geert@linux-m68k.org
Reviewed-by: David Gow davidgow@google.com
Cheers, -- David
include/kunit/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/kunit/test.h b/include/kunit/test.h index 58dbab60f8530588..9b773406e01f3c43 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -67,7 +67,7 @@ enum kunit_status {
/*
- Speed Attribute is stored as an enum and separated into categories of
- speed: very_slowm, slow, and normal. These speeds are relative to
- speed: very_slow, slow, and normal. These speeds are relative to
- other KUnit tests.
- Note: unset speed attribute acts as default of KUNIT_SPEED_NORMAL.
-- 2.43.0
linux-kselftest-mirror@lists.linaro.org