summaryrefslogtreecommitdiffstats
path: root/kernel/audit_fsnotify.c
diff options
context:
space:
mode:
authorNicholas Mc Guire <der.herr@hofr.at>2017-05-02 10:16:04 -0400
committerPaul Moore <paul@paul-moore.com>2017-05-02 10:16:04 -0400
commitb5239fba69949a44290d4af517fc1c2eff3e36f6 (patch)
tree5b936a67039dcfbf0e4e89bfbc96c095dd7c5cdf /kernel/audit_fsnotify.c
parentb7a84deaf8d1b0e62b437a290a40d6380975f126 (diff)
downloadop-kernel-dev-b5239fba69949a44290d4af517fc1c2eff3e36f6.zip
op-kernel-dev-b5239fba69949a44290d4af517fc1c2eff3e36f6.tar.gz
audit: remove unnecessary semicolon in audit_mark_handle_event()
The excess ; after the closing parenthesis is just code-noise it has no and can be removed. Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at> [PM: tweaked subject line] Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/audit_fsnotify.c')
-rw-r--r--kernel/audit_fsnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit_fsnotify.c b/kernel/audit_fsnotify.c
index 7ea57e5..b16a5bd 100644
--- a/kernel/audit_fsnotify.c
+++ b/kernel/audit_fsnotify.c
@@ -187,7 +187,7 @@ static int audit_mark_handle_event(struct fsnotify_group *group,
default:
BUG();
return 0;
- };
+ }
if (mask & (FS_CREATE|FS_MOVED_TO|FS_DELETE|FS_MOVED_FROM)) {
if (audit_compare_dname_path(dname, audit_mark->path, AUDIT_NAME_FULL))
OpenPOWER on IntegriCloud