5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Oliver Ford <ojford@xxxxxxxxx> Correct spelling in comment. Signed-off-by: Oliver Ford <ojford@xxxxxxxxx> Signed-off-by: Jan Kara <jack@xxxxxxx> Link: https://lore.kernel.org/r/20220518145959.41-1-ojford@xxxxxxxxx Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- fs/notify/inotify/inotify_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c index 266b1302290ba..131938986e54f 100644 --- a/fs/notify/inotify/inotify_user.c +++ b/fs/notify/inotify/inotify_user.c @@ -128,7 +128,7 @@ static inline u32 inotify_mask_to_arg(__u32 mask) IN_Q_OVERFLOW); } -/* intofiy userspace file descriptor functions */ +/* inotify userspace file descriptor functions */ static __poll_t inotify_poll(struct file *file, poll_table *wait) { struct fsnotify_group *group = file->private_data; -- 2.43.0