Commit 25942e5e authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet

Documentation/admin-guide: kernel-parameters: hyphenate comma-separated

Hyphenate "comma separated" when it is used as a compound adjective.
hyphenated.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210101040831.4148-1-rdunlap@infradead.orgSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a734a723
...@@ -1385,7 +1385,7 @@ ...@@ -1385,7 +1385,7 @@
ftrace_filter=[function-list] ftrace_filter=[function-list]
[FTRACE] Limit the functions traced by the function [FTRACE] Limit the functions traced by the function
tracer at boot up. function-list is a comma separated tracer at boot up. function-list is a comma-separated
list of functions. This list can be changed at run list of functions. This list can be changed at run
time by the set_ftrace_filter file in the debugfs time by the set_ftrace_filter file in the debugfs
tracing directory. tracing directory.
...@@ -1399,13 +1399,13 @@ ...@@ -1399,13 +1399,13 @@
ftrace_graph_filter=[function-list] ftrace_graph_filter=[function-list]
[FTRACE] Limit the top level callers functions traced [FTRACE] Limit the top level callers functions traced
by the function graph tracer at boot up. by the function graph tracer at boot up.
function-list is a comma separated list of functions function-list is a comma-separated list of functions
that can be changed at run time by the that can be changed at run time by the
set_graph_function file in the debugfs tracing directory. set_graph_function file in the debugfs tracing directory.
ftrace_graph_notrace=[function-list] ftrace_graph_notrace=[function-list]
[FTRACE] Do not trace from the functions specified in [FTRACE] Do not trace from the functions specified in
function-list. This list is a comma separated list of function-list. This list is a comma-separated list of
functions that can be changed at run time by the functions that can be changed at run time by the
set_graph_notrace file in the debugfs tracing directory. set_graph_notrace file in the debugfs tracing directory.
...@@ -2421,7 +2421,7 @@ ...@@ -2421,7 +2421,7 @@
when set. when set.
Format: <int> Format: <int>
libata.force= [LIBATA] Force configurations. The format is comma libata.force= [LIBATA] Force configurations. The format is comma-
separated list of "[ID:]VAL" where ID is separated list of "[ID:]VAL" where ID is
PORT[.DEVICE]. PORT and DEVICE are decimal numbers PORT[.DEVICE]. PORT and DEVICE are decimal numbers
matching port, link or device. Basically, it matches matching port, link or device. Basically, it matches
...@@ -5145,7 +5145,7 @@ ...@@ -5145,7 +5145,7 @@
stacktrace_filter=[function-list] stacktrace_filter=[function-list]
[FTRACE] Limit the functions that the stack tracer [FTRACE] Limit the functions that the stack tracer
will trace at boot up. function-list is a comma separated will trace at boot up. function-list is a comma-separated
list of functions. This list can be changed at run list of functions. This list can be changed at run
time by the stack_trace_filter file in the debugfs time by the stack_trace_filter file in the debugfs
tracing directory. Note, this enables stack tracing tracing directory. Note, this enables stack tracing
...@@ -5348,7 +5348,7 @@ ...@@ -5348,7 +5348,7 @@
trace_event=[event-list] trace_event=[event-list]
[FTRACE] Set and start specified trace events in order [FTRACE] Set and start specified trace events in order
to facilitate early boot debugging. The event-list is a to facilitate early boot debugging. The event-list is a
comma separated list of trace events to enable. See comma-separated list of trace events to enable. See
also Documentation/trace/events.rst also Documentation/trace/events.rst
trace_options=[option-list] trace_options=[option-list]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment