diff options
| author | Martin Kaiser <martin@kaiser.cx> | 2026-05-07 11:09:06 +0300 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2026-05-22 01:03:07 +0300 |
| commit | b3efa3b2bb72ec3e3a13f2cca8bd3e855eec539d (patch) | |
| tree | e4199caddc15141855da9cba63fea513d4213591 /include/linux | |
| parent | 8a6e9af2fac8cf212f86cff282ae96f6c7d7ca18 (diff) | |
| download | linux-b3efa3b2bb72ec3e3a13f2cca8bd3e855eec539d.tar.xz | |
tracefs: Fix typo in a comment of eventfs_callback() kerneldoc
Fix a typo "evetnfs files" to "eventfs files" in a comment.
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://patch.msgid.link/20260507081041.885781-2-martin@kaiser.cx
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tracefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tracefs.h b/include/linux/tracefs.h index d03f74658716..bc354d340046 100644 --- a/include/linux/tracefs.h +++ b/include/linux/tracefs.h @@ -30,7 +30,7 @@ struct eventfs_file; * @data: data to pass to the created file ops * @fops: the file operations of the created file * - * The evetnfs files are dynamically created. The struct eventfs_entry array + * The eventfs files are dynamically created. The struct eventfs_entry array * is passed to eventfs_create_dir() or eventfs_create_events_dir() that will * be used to create the files within those directories. When a lookup * or access to a file within the directory is made, the struct eventfs_entry |
