projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278de07
)
AppArmor: Remove semicolon
author
Vasyl Gomonovych
<gomonovych@gmail.com>
Fri, 26 Jul 2019 13:32:10 +0000
(15:32 +0200)
committer
John Johansen
<john.johansen@canonical.com>
Sat, 18 Jan 2020 23:36:58 +0000
(15:36 -0800)
Remove unneeded semicolon
Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/path.c
patch
|
blob
|
history
diff --git
a/security/apparmor/path.c
b/security/apparmor/path.c
index c6da542de27bc762806ce05b583411db89df38b8..b02dfdbff7cd6bbf28dc7ac0da91d5ecb194a448 100644
(file)
--- 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;