diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-03-11 12:40:22 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmerdabbelt@google.com> | 2021-03-17 07:19:40 +0300 |
commit | bab1770a2ce00bf201c6ac5a013a7195db2e02b7 (patch) | |
tree | 7df723ffa65ae38d8bb4c09f5f73f46dc0b6d0cc /arch/csky | |
parent | 6e9070dc2e847ef77aa1c581252a1b97eb2225b9 (diff) | |
download | linux-bab1770a2ce00bf201c6ac5a013a7195db2e02b7.tar.xz |
ftrace: Fix spelling mistake "disabed" -> "disabled"
There is a spelling mistake in a comment, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/kernel/probes/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/kernel/probes/ftrace.c b/arch/csky/kernel/probes/ftrace.c index ae2b1c7b3b5c..ef2bb9bd9605 100644 --- a/arch/csky/kernel/probes/ftrace.c +++ b/arch/csky/kernel/probes/ftrace.c @@ -9,7 +9,7 @@ int arch_check_ftrace_location(struct kprobe *p) return 0; } -/* Ftrace callback handler for kprobes -- called under preepmt disabed */ +/* Ftrace callback handler for kprobes -- called under preepmt disabled */ void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *ops, struct ftrace_regs *fregs) { |