diff options
author | Xin Gao <gaoxin@cdjrlc.com> | 2022-07-23 03:46:39 +0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2022-07-26 13:38:47 +0200 |
commit | feee1ce45a5666bbdb08c5bb2f5f394047b1915b (patch) | |
tree | 02450b69e8e682b13f4555a8f60c00a8d2893e2b /fs/notify | |
parent | e252f2ed1c8c6c3884ab5dd34e003ed21f1fe6e0 (diff) | |
download | linux-stable-feee1ce45a5666bbdb08c5bb2f5f394047b1915b.tar.gz linux-stable-feee1ce45a5666bbdb08c5bb2f5f394047b1915b.tar.bz2 linux-stable-feee1ce45a5666bbdb08c5bb2f5f394047b1915b.zip |
fsnotify: Fix comment typo
The double `if' is duplicated in line 104, remove one.
Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220722194639.18545-1-gaoxin@cdjrlc.com
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fsnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c index 8687562df2e3..7974e91ffe13 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) |