diff options
author | Jesper Dangaard Brouer <brouer@redhat.com> | 2017-06-13 13:06:59 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-12 15:28:23 +0200 |
commit | c5c1ea75a352c3864c4891f36155287a2ed73928 (patch) | |
tree | fd1db3097831c798deb6b772c25b300c43ce1fdf /kernel/trace/Kconfig | |
parent | 9b35a682c9063b40bed993b9a7141521221f127d (diff) | |
download | linux-stable-c5c1ea75a352c3864c4891f36155287a2ed73928.tar.gz linux-stable-c5c1ea75a352c3864c4891f36155287a2ed73928.tar.bz2 linux-stable-c5c1ea75a352c3864c4891f36155287a2ed73928.zip |
tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER
Trivial spelling fixes for Kconfig help text of config HWLAT_TRACER.
Fixes: e7c15cd8a113 ("tracing: Added hardware latency tracer")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 434c840e2d82..f54b7b6b4a4b 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -224,7 +224,7 @@ config HWLAT_TRACER select GENERIC_TRACER help This tracer, when enabled will create one or more kernel threads, - depening on what the cpumask file is set to, which each thread + depending on what the cpumask file is set to, which each thread spinning in a loop looking for interruptions caused by something other than the kernel. For example, if a System Management Interrupt (SMI) takes a noticeable amount of @@ -239,7 +239,7 @@ config HWLAT_TRACER iteration A kernel thread is created that will spin with interrupts disabled - for "width" microseconds in every "widow" cycle. It will not spin + for "width" microseconds in every "window" cycle. It will not spin for "window - width" microseconds, where the system can continue to operate. |