Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9aab4f4e authored by Nicholas Mc Guire's avatar Nicholas Mc Guire Committed by Paul Moore
Browse files

audit: remove unnecessary semicolon in audit_watch_handle_event()



The excess ; after the closing parenthesis is just code-noise it has no
and can be removed.

Signed-off-by: default avatarNicholas Mc Guire <der.herr@hofr.at>
[PM: tweaked subject line]
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent b5239fba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ static int audit_watch_handle_event(struct fsnotify_group *group,
		BUG();
		inode = NULL;
		break;
	};
	}

	if (mask & (FS_CREATE|FS_MOVED_TO) && inode)
		audit_update_watch(parent, dname, inode->i_sb->s_dev, inode->i_ino, 0);