Skip to content

Commit 9c3f3b8

Browse files
sysheaprostedt
authored andcommitted
tracing: Fix typo in fpgraph.c
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>
1 parent 47ef834 commit 9c3f3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/fgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ enum {
163163
#define RET_STACK(t, offset) ((struct ftrace_ret_stack *)(&(t)->ret_stack[offset]))
164164

165165
/*
166-
* Each fgraph_ops has a reservered unsigned long at the end (top) of the
166+
* Each fgraph_ops has a reserved unsigned long at the end (top) of the
167167
* ret_stack to store task specific state.
168168
*/
169169
#define SHADOW_STACK_TASK_VARS(ret_stack) \

0 commit comments

Comments
 (0)