From: Colin Ian King Date: Tue, 30 Oct 2018 14:11:31 +0000 (+0000) Subject: apparmor: clean an indentation issue, remove extraneous space X-Git-Tag: v5.15~7649^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=566f52ece7bd1099d20dfe2f6f0801896643cf8f;p=platform%2Fkernel%2Flinux-starfive.git apparmor: clean an indentation issue, remove extraneous space Trivial fix to clean up an indentation issue, remove space Signed-off-by: Colin Ian King Signed-off-by: John Johansen --- diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index e09fe4d..8963203 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) 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.