diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 7840e718c6c7..5e302d636fc2 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -140,7 +140,7 @@ static inline int ftrace_disable_ftrace_graph_caller(void) { return 0; } | |||
140 | #endif | 140 | #endif |
141 | 141 | ||
142 | /** | 142 | /** |
143 | * ftrace_make_nop - convert code into top | 143 | * ftrace_make_nop - convert code into nop |
144 | * @mod: module structure if called by module load initialization | 144 | * @mod: module structure if called by module load initialization |
145 | * @rec: the mcount call site record | 145 | * @rec: the mcount call site record |
146 | * @addr: the address that the call site should be calling | 146 | * @addr: the address that the call site should be calling |