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:
0fcfb00
)
tracing: Fix spelling mistake "aritmethic" -> "arithmetic"
author
Colin Ian King
<colin.i.king@googlemail.com>
Mon, 8 Nov 2021 20:15:13 +0000
(20:15 +0000)
committer
Steven Rostedt (VMware)
<rostedt@goodmis.org>
Mon, 6 Dec 2021 20:37:21 +0000
(15:37 -0500)
There is a spelling mistake in the tracing mini-HOWTO text. Fix it.
Link:
https://lkml.kernel.org/r/20211108201513.42876-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace.c
b/kernel/trace/trace.c
index
88de94d
..
4821fe6
100644
(file)
--- a/
kernel/trace/trace.c
+++ b/
kernel/trace/trace.c
@@
-5635,7
+5635,7
@@
static const char readme_msg[] =
"\t - a numeric literal: e.g. ms_per_sec=1000,\n"
"\t - an arithmetic expression: e.g. time_secs=current_timestamp/1000\n"
"\n"
- "\t hist trigger arit
meth
ic expressions support addition(+), subtraction(-),\n"
+ "\t hist trigger arit
hmet
ic expressions support addition(+), subtraction(-),\n"
"\t multiplication(*) and division(/) operators. An operand can be either a\n"
"\t variable reference, field or numeric literal.\n"
"\n"