fs: inotify: Fix typo in inotify comment
[ Upstream commit c05787b4c2f80a3bebcb9cdbf255d4fa5c1e24e1 ] Correct spelling in comment. Signed-off-by: Oliver Ford <ojford@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20220518145959.41-1-ojford@gmail.com Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
795f9fa1b5
commit
71860cc4e4
@@ -123,7 +123,7 @@ static inline u32 inotify_mask_to_arg(__u32 mask)
|
|||||||
IN_Q_OVERFLOW);
|
IN_Q_OVERFLOW);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* intofiy userspace file descriptor functions */
|
/* inotify userspace file descriptor functions */
|
||||||
static __poll_t inotify_poll(struct file *file, poll_table *wait)
|
static __poll_t inotify_poll(struct file *file, poll_table *wait)
|
||||||
{
|
{
|
||||||
struct fsnotify_group *group = file->private_data;
|
struct fsnotify_group *group = file->private_data;
|
||||||
|
Reference in New Issue
Block a user