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:
47ef834
)
tracing: Fix typo in fpgraph.c
author
Maurice Hieronymus
<mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:23 +0000
(23:18 +0100)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 5 Dec 2025 20:43:39 +0000
(15:43 -0500)
Fix typo "reservered" to "reserved".
Link:
https://patch.msgid.link/20251121221835.28032-3-mhi@mailbox.org
Signed-off-by: Maurice Hieronymus <mhi@mailbox.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/fgraph.c
patch
|
blob
|
history
diff --git
a/kernel/trace/fgraph.c
b/kernel/trace/fgraph.c
index
65ac0f0
..
cc48d16
100644
(file)
--- a/
kernel/trace/fgraph.c
+++ b/
kernel/trace/fgraph.c
@@
-163,7
+163,7
@@
enum {
#define RET_STACK(t, offset) ((struct ftrace_ret_stack *)(&(t)->ret_stack[offset]))
/*
- * Each fgraph_ops has a reserve
re
d unsigned long at the end (top) of the
+ * Each fgraph_ops has a reserved unsigned long at the end (top) of the
* ret_stack to store task specific state.
*/
#define SHADOW_STACK_TASK_VARS(ret_stack) \