summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>2018-04-12 06:34:33 -0400
committerJohn Johansen <john.johansen@canonical.com>2018-05-03 03:50:30 -0400
commit68a1a0c68c6ecc84ab04f82ca0eac3f8a495a0a8 (patch)
tree80e5bf1b199035aa94b70d158c1f8fe743ded76c /security
parent5d2371e1235b6852ff606db076ebc7abee48a5a4 (diff)
apparmor: fix typo "independent"
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security')
-rw-r--r--security/apparmor/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c
index 6e8c7ac0b33d..c1da22482bfb 100644
--- a/security/apparmor/mount.c
+++ b/security/apparmor/mount.c
@@ -121,7 +121,7 @@ static void audit_cb(struct audit_buffer *ab, void *va)
121 * @src_name: src_name of object being mediated (MAYBE_NULL) 121 * @src_name: src_name of object being mediated (MAYBE_NULL)
122 * @type: type of filesystem (MAYBE_NULL) 122 * @type: type of filesystem (MAYBE_NULL)
123 * @trans: name of trans (MAYBE NULL) 123 * @trans: name of trans (MAYBE NULL)
124 * @flags: filesystem idependent mount flags 124 * @flags: filesystem independent mount flags
125 * @data: filesystem mount flags 125 * @data: filesystem mount flags
126 * @request: permissions requested 126 * @request: permissions requested
127 * @perms: the permissions computed for the request (NOT NULL) 127 * @perms: the permissions computed for the request (NOT NULL)