All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: inotify: Fix typo in inotify comment
@ 2022-05-18 14:49 Oliver Ford
  0 siblings, 0 replies; 3+ messages in thread
From: Oliver Ford @ 2022-05-18 14:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: ojford, kernel-janitors

Correct spelling in comment.

Signed-off-by: Oliver Ford <ojford@gmail.com>
---
 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 54583f62dc44..bdd8436c4a7a 100644
--- a/fs/notify/inotify/inotify_user.c
+++ b/fs/notify/inotify/inotify_user.c
@@ -121,7 +121,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.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fs: inotify: Fix typo in inotify comment
  2022-05-18 14:59 Oliver Ford
@ 2022-06-23 14:34 ` Jan Kara
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kara @ 2022-06-23 14:34 UTC (permalink / raw)
  To: Oliver Ford; +Cc: linux-fsdevel

On Wed 18-05-22 15:59:59, Oliver Ford wrote:
> Correct spelling in comment.
> 
> Signed-off-by: Oliver Ford <ojford@gmail.com>

Thanks and sorry for a delayed reply! Please CC me directly when submitting
patches for faster replies :). I've added the patch to my tree.

								Honza

> ---
>  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 54583f62dc44..bdd8436c4a7a 100644
> --- a/fs/notify/inotify/inotify_user.c
> +++ b/fs/notify/inotify/inotify_user.c
> @@ -121,7 +121,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.35.1
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] fs: inotify: Fix typo in inotify comment
@ 2022-05-18 14:59 Oliver Ford
  2022-06-23 14:34 ` Jan Kara
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Ford @ 2022-05-18 14:59 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: ojford

Correct spelling in comment.

Signed-off-by: Oliver Ford <ojford@gmail.com>
---
 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 54583f62dc44..bdd8436c4a7a 100644
--- a/fs/notify/inotify/inotify_user.c
+++ b/fs/notify/inotify/inotify_user.c
@@ -121,7 +121,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.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-23 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 14:49 [PATCH] fs: inotify: Fix typo in inotify comment Oliver Ford
2022-05-18 14:59 Oliver Ford
2022-06-23 14:34 ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.