projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36e28b
)
io_uring/mock: Fix typo in help text
author
J. Neuschäfer
<j.ne@posteo.net>
Wed, 4 Mar 2026 00:42:57 +0000
(
01:42
+0100)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 4 Mar 2026 02:42:53 +0000
(19:42 -0700)
Fix the spelling of "subsystem".
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index
e95d434
..
74f0721
100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-1897,7
+1897,7
@@
config IO_URING_MOCK_FILE
default n
depends on IO_URING
help
- Enable mock files for io_uring subs
t
stem testing. The ABI might
+ Enable mock files for io_uring subs
y
stem testing. The ABI might
still change, so it's still experimental and should only be enabled
for specific test purposes.