projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e594a
)
kunit: Spelling s/slowm/slow/
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 27 Mar 2025 15:33:01 +0000
(16:33 +0100)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Tue, 8 Apr 2025 20:57:24 +0000
(14:57 -0600)
Fix a misspelling of "slow".
Link:
https://lore.kernel.org/r/1f7ebf98598418914ec9f5b6d5cb8583d24a4bf0.1743089563.git.geert@linux-m68k.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
include/kunit/test.h
patch
|
blob
|
blame
|
history
diff --git
a/include/kunit/test.h
b/include/kunit/test.h
index 0ffb97c785663f3ad7919729708eb2258096bc71..39c768f87dc9f476e68530ceb952b65dcec6a758 100644
(file)
--- 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_slow
m
, 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.