aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-10-30 10:11:31 -0400
committerJohn Johansen <john.johansen@canonical.com>2018-11-02 01:34:25 -0400
commit566f52ece7bd1099d20dfe2f6f0801896643cf8f (patch)
tree4bfc18bd377a36aa3797e45dfe40ee17089b1c24
parent76af016e65e74023a11b2710e18a98b68b86e3cd (diff)
apparmor: clean an indentation issue, remove extraneous space
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>
-rw-r--r--security/apparmor/apparmorfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c
index e09fe4d7307c..8963203319ea 100644
--- 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)
1742 if (error) 1742 if (error)
1743 return error; 1743 return error;
1744 1744
1745 parent = aa_get_ns(dir->i_private); 1745 parent = aa_get_ns(dir->i_private);
1746 /* rmdir calls the generic securityfs functions to remove files 1746 /* rmdir calls the generic securityfs functions to remove files
1747 * from the apparmor dir. It is up to the apparmor ns locking 1747 * from the apparmor dir. It is up to the apparmor ns locking
1748 * to avoid races. 1748 * to avoid races.