mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 02:15:57 +00:00
eventfs: Fix typo in eventfs_inode union comment
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: 5790b1fb3d672 ("eventfs: Remove eventfs_file and just use eventfs_inode") Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
parent
a9de4eb15a
commit
29e06c1070
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user