mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
samples: ftrace: Fix typos in benchmark comment
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>
This commit is contained in:
parent
d5c6785f94
commit
e5d8524108
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user