[for-next][PATCH 07/15] tracefs: Fix typo in a comment of eventfs_callback() kerneldoc
From: Steven Rostedt
Date: Fri May 22 2026 - 10:37:57 EST
From: Martin Kaiser <martin@xxxxxxxxx>
Fix a typo "evetnfs files" to "eventfs files" in a comment.
Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
Link: https://patch.msgid.link/20260507081041.885781-2-martin@xxxxxxxxx
Signed-off-by: Martin Kaiser <martin@xxxxxxxxx>
Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
---
include/linux/tracefs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.53.0