]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tracefs: Fix typo in a comment of eventfs_callback() kerneldoc
authorMartin Kaiser <martin@kaiser.cx>
Thu, 7 May 2026 08:09:06 +0000 (10:09 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 21 May 2026 22:03:07 +0000 (18:03 -0400)
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>
include/linux/tracefs.h

index d03f746587167e3c26b19b62f6704f15e96abb66..bc354d3400464c92125b37753af635a49275d284 100644 (file)
@@ -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