]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
samples: ftrace: Fix typos in benchmark comment
authorYudistira Putra <pyudistira519@gmail.com>
Sun, 21 Jun 2026 09:51:53 +0000 (05:51 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 7 Jul 2026 14:42:28 +0000 (10:42 -0400)
Fix two typos in the ftrace operations sample benchmark comment.

Link: https://patch.msgid.link/20260621095153.93762-1-pyudistira519@gmail.com
Signed-off-by: Yudistira Putra <pyudistira519@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
samples/ftrace/ftrace-ops.c

index 68d6685c80bdb1680fd2f0ddcd653e5c402954cc..152ffc1a30b612795b94551e1c910f4242773d8a 100644 (file)
@@ -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;