Commit cf2adec7 authored by Oscar Shiang's avatar Oscar Shiang Committed by Steven Rostedt (Google)

tracing: Fix inconsistent style of mini-HOWTO

Each description should start with a hyphen and a space. Insert
spaces to fix it.

Link: https://lkml.kernel.org/r/TYCP286MB19130AA4A9C6FC5A8793DED2A1359@TYCP286MB1913.JPNP286.PROD.OUTLOOK.COMSigned-off-by: default avatarOscar Shiang <oscar0225@livemail.tw>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent a7e6b7dc
...@@ -5475,7 +5475,7 @@ static const char readme_msg[] = ...@@ -5475,7 +5475,7 @@ static const char readme_msg[] =
" error_log\t- error log for failed commands (that support it)\n" " error_log\t- error log for failed commands (that support it)\n"
" buffer_size_kb\t- view and modify size of per cpu buffer\n" " buffer_size_kb\t- view and modify size of per cpu buffer\n"
" buffer_total_size_kb - view total size of all cpu buffers\n\n" " buffer_total_size_kb - view total size of all cpu buffers\n\n"
" trace_clock\t\t-change the clock used to order events\n" " trace_clock\t\t- change the clock used to order events\n"
" local: Per cpu clock but may not be synced across CPUs\n" " local: Per cpu clock but may not be synced across CPUs\n"
" global: Synced across CPUs but slows tracing down.\n" " global: Synced across CPUs but slows tracing down.\n"
" counter: Not a clock, but just an increment\n" " counter: Not a clock, but just an increment\n"
...@@ -5484,7 +5484,7 @@ static const char readme_msg[] = ...@@ -5484,7 +5484,7 @@ static const char readme_msg[] =
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
" x86-tsc: TSC cycle counter\n" " x86-tsc: TSC cycle counter\n"
#endif #endif
"\n timestamp_mode\t-view the mode used to timestamp events\n" "\n timestamp_mode\t- view the mode used to timestamp events\n"
" delta: Delta difference against a buffer-wide timestamp\n" " delta: Delta difference against a buffer-wide timestamp\n"
" absolute: Absolute (standalone) timestamp\n" " absolute: Absolute (standalone) timestamp\n"
"\n trace_marker\t\t- Writes into this file writes into the kernel buffer\n" "\n trace_marker\t\t- Writes into this file writes into the kernel buffer\n"
......
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