[PATCH] samples: ftrace: fix typos in benchmark comment
From: Yudistira Putra <hidden>
Date: 2026-06-21 09:52:15
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yudistira Putra <hidden>
Date: 2026-06-21 09:52:15
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Fix two typos in the ftrace operations sample benchmark comment. Signed-off-by: Yudistira Putra <redacted> --- samples/ftrace/ftrace-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/ftrace/ftrace-ops.c b/samples/ftrace/ftrace-ops.c
index 68d6685c80bd..152ffc1a30b6 100644
--- a/samples/ftrace/ftrace-ops.c
+++ b/samples/ftrace/ftrace-ops.c@@ -232,8 +232,8 @@ static int __init ftrace_ops_sample_init(void) ops_destroy(ops_irrelevant, nr_ops_irrelevant); /* - * The benchmark completed sucessfully, but there's no reason to keep - * the module around. Return an error do the user doesn't have to + * The benchmark completed successfully, but there's no reason to keep + * the module around. Return an error so the user doesn't have to * manually unload the module. */ return -EINVAL;
--
2.43.0