[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190726133210.9084-1-gomonovych@gmail.com>
Date: Fri, 26 Jul 2019 15:32:10 +0200
From: Vasyl Gomonovych <gomonovych@...il.com>
To: john.johansen@...onical.com, jmorris@...ei.org, serge@...lyn.com
Cc: Vasyl Gomonovych <gomonovych@...il.com>,
linux-security-module@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] AppArmor: Remove semicolon
Remove unneeded semicolon
Signed-off-by: Vasyl Gomonovych <gomonovych@...il.com>
---
security/apparmor/path.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/apparmor/path.c b/security/apparmor/path.c
index c6da542de27b..b02dfdbff7cd 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;
--
2.17.1
Powered by blists - more mailing lists