Skip to content

Commit

Permalink
eventfs: Fix typo in eventfs_inode union comment
Browse files Browse the repository at this point in the history
It's eventfs_inode not eventfs_indoe. There's no deer involved!

Link: https://lore.kernel.org/linux-trace-kernel/20231024131024.5634c743@gandalf.local.home

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Fixes: 5790b1f ("eventfs: Remove eventfs_file and just use eventfs_inode")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
  • Loading branch information
Steven Rostedt (Google) committed Oct 26, 2023
1 parent a9de4eb commit 29e06c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/tracefs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct eventfs_inode {
/*
* Union - used for deletion
* @del_list: list of eventfs_inode to delete
* @rcu: eventfs_indoe to delete in RCU
* @rcu: eventfs_inode to delete in RCU
* @is_freed: node is freed if one of the above is set
*/
union {
Expand Down

0 comments on commit 29e06c1

Please sign in to comment.