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:
fb0e9db
)
samples: Kconfig: fix spelling mistake "instancess" -> "instances"
author
Colin Ian King
<colin.i.king@gmail.com>
Thu, 24 Jul 2025 11:17:15 +0000
(12:17 +0100)
committer
Andrew Morton
<akpm@linux-foundation.org>
Sat, 2 Aug 2025 19:01:41 +0000
(12:01 -0700)
There is a spelling mistake in the SAMPLE_TRACE_ARRAY config. Fix it.
Link:
https://lkml.kernel.org/r/20250724111715.141826-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
samples/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/samples/Kconfig
b/samples/Kconfig
index a8880c62d4c88ba90ac8da0bd3a114a53a985f13..6e072a5f1ed86d58361fb8ff8551f5202ed7086a 100644
(file)
--- a/
samples/Kconfig
+++ b/
samples/Kconfig
@@
-54,7
+54,7
@@
config SAMPLE_FTRACE_OPS
measures the time taken to invoke one function a number of times.
config SAMPLE_TRACE_ARRAY
- tristate "Build sample module for kernel access to Ftrace instances
s
"
+ tristate "Build sample module for kernel access to Ftrace instances"
depends on EVENT_TRACING && m
help
This builds a module that demonstrates the use of various APIs to