mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
47ef834209
commit
9c3f3b8fea
@@ -163,7 +163,7 @@ enum {
|
||||
#define RET_STACK(t, offset) ((struct ftrace_ret_stack *)(&(t)->ret_stack[offset]))
|
||||
|
||||
/*
|
||||
* Each fgraph_ops has a reservered 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) \
|
||||
|
||||
Reference in New Issue
Block a user