2022-07-22 20:02:12

by Xin Gao

[permalink] [raw]
Subject: [PATCH] fsnotify: Fix comment typo

The double `if' is duplicated in line 104, remove one.

Signed-off-by: Xin Gao <[email protected]>
---
fs/notify/fsnotify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c
index 6eee19d15e8c..a9773167d695 100644
--- a/fs/notify/fsnotify.c
+++ b/fs/notify/fsnotify.c
@@ -100,7 +100,7 @@ void fsnotify_sb_delete(struct super_block *sb)
* Given an inode, first check if we care what happens to our children. Inotify
* and dnotify both tell their parents about events. If we care about any event
* on a child we run all of our children and set a dentry flag saying that the
- * parent cares. Thus when an event happens on a child it can quickly tell if
+ * parent cares. Thus when an event happens on a child it can quickly tell
* if there is a need to find a parent and send the event to the parent.
*/
void __fsnotify_update_child_dentry_flags(struct inode *inode)
--
2.30.2


2022-07-26 11:47:44

by Jan Kara

[permalink] [raw]
Subject: Re: [PATCH] fsnotify: Fix comment typo

On Sat 23-07-22 03:46:39, Xin Gao wrote:
> The double `if' is duplicated in line 104, remove one.
>
> Signed-off-by: Xin Gao <[email protected]>

Thanks! I've added the patch to my tree.

Honza

> ---
> fs/notify/fsnotify.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c
> index 6eee19d15e8c..a9773167d695 100644
> --- a/fs/notify/fsnotify.c
> +++ b/fs/notify/fsnotify.c
> @@ -100,7 +100,7 @@ void fsnotify_sb_delete(struct super_block *sb)
> * Given an inode, first check if we care what happens to our children. Inotify
> * and dnotify both tell their parents about events. If we care about any event
> * on a child we run all of our children and set a dentry flag saying that the
> - * parent cares. Thus when an event happens on a child it can quickly tell if
> + * parent cares. Thus when an event happens on a child it can quickly tell
> * if there is a need to find a parent and send the event to the parent.
> */
> void __fsnotify_update_child_dentry_flags(struct inode *inode)
> --
> 2.30.2
>
--
Jan Kara <[email protected]>
SUSE Labs, CR