From: Vasyl Gomonovych Date: Fri, 26 Jul 2019 13:32:10 +0000 (+0200) Subject: AppArmor: Remove semicolon X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4f4e6ba5eaadb839d17cfe5235cff149a44b36a;p=linux.git AppArmor: Remove semicolon Remove unneeded semicolon Signed-off-by: Vasyl Gomonovych Signed-off-by: John Johansen --- diff --git a/security/apparmor/path.c b/security/apparmor/path.c index c6da542de27bc..b02dfdbff7cd6 100644 --- a/security/apparmor/path.c +++ b/security/apparmor/path.c @@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name, error = PTR_ERR(res); *name = buf; goto out; - }; + } } else if (!our_mnt(path->mnt)) connected = 0;