diff options
| author | Colin Ian King <[email protected]> | 2018-10-30 14:11:31 +0000 |
|---|---|---|
| committer | John Johansen <[email protected]> | 2018-11-02 05:34:25 +0000 |
| commit | 566f52ece7bd1099d20dfe2f6f0801896643cf8f (patch) | |
| tree | 4bfc18bd377a36aa3797e45dfe40ee17089b1c24 | |
| parent | apparmor: fix checkpatch error in Parse secmark policy (diff) | |
| download | kernel-566f52ece7bd1099d20dfe2f6f0801896643cf8f.tar.gz kernel-566f52ece7bd1099d20dfe2f6f0801896643cf8f.zip | |
apparmor: clean an indentation issue, remove extraneous space
Trivial fix to clean up an indentation issue, remove space
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: John Johansen <[email protected]>
| -rw-r--r-- | security/apparmor/apparmorfs.c | 2 |
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) 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. |
