]> Git Repo - linux.git/commitdiff
fsnotify: Fix comment typo
authorXin Gao <[email protected]>
Fri, 22 Jul 2022 19:46:39 +0000 (03:46 +0800)
committerJan Kara <[email protected]>
Tue, 26 Jul 2022 11:38:47 +0000 (13:38 +0200)
The double `if' is duplicated in line 104, remove one.

Signed-off-by: Xin Gao <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
fs/notify/fsnotify.c

index 8687562df2e372245ca1d355cfdfc12b325dd685..7974e91ffe134f49d866bbc0ceb55a0ec1998897 100644 (file)
@@ -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)
This page took 0.057155 seconds and 4 git commands to generate.