projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76af016
)
apparmor: clean an indentation issue, remove extraneous space
author
Colin Ian King
<colin.king@canonical.com>
Tue, 30 Oct 2018 14:11:31 +0000
(14:11 +0000)
committer
John Johansen
<john.johansen@canonical.com>
Fri, 2 Nov 2018 05:34:25 +0000
(22:34 -0700)
Trivial fix to clean up an indentation issue, remove space
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/apparmorfs.c
patch
|
blob
|
history
diff --git
a/security/apparmor/apparmorfs.c
b/security/apparmor/apparmorfs.c
index
e09fe4d
..
8963203
100644
(file)
--- a/
security/apparmor/apparmorfs.c
+++ b/
security/apparmor/apparmorfs.c
@@
-1742,7
+1742,7
@@
static int ns_rmdir_op(struct inode *dir, struct dentry *dentry)
if (error)
return error;
-
parent = aa_get_ns(dir->i_private);
+ parent = aa_get_ns(dir->i_private);
/* rmdir calls the generic securityfs functions to remove files
* from the apparmor dir. It is up to the apparmor ns locking
* to avoid races.