mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
apparmor: fix checkpatch error in Parse secmark policy
Fix missed spacing error reported by checkpatch for
9caafbe2b4
("Parse secmark policy")
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
e1af477961
commit
76af016e65
@ -231,7 +231,7 @@ void aa_free_profile(struct aa_profile *profile)
|
||||
for (i = 0; i < profile->xattr_count; i++)
|
||||
kzfree(profile->xattrs[i]);
|
||||
kzfree(profile->xattrs);
|
||||
for (i=0; i < profile->secmark_count; i++)
|
||||
for (i = 0; i < profile->secmark_count; i++)
|
||||
kzfree(profile->secmark[i].label);
|
||||
kzfree(profile->secmark);
|
||||
kzfree(profile->dirname);
|
||||
|
Loading…
Reference in New Issue
Block a user