diff options
author | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2018-04-12 12:34:33 +0200 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-05-03 00:50:30 -0700 |
commit | 68a1a0c68c6ecc84ab04f82ca0eac3f8a495a0a8 (patch) | |
tree | 80e5bf1b199035aa94b70d158c1f8fe743ded76c | |
parent | 5d2371e1235b6852ff606db076ebc7abee48a5a4 (diff) | |
download | linux-next-68a1a0c68c6ecc84ab04f82ca0eac3f8a495a0a8.tar.gz |
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>
-rw-r--r-- | security/apparmor/mount.c | 2 |
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) * @src_name: src_name of object being mediated (MAYBE_NULL) * @type: type of filesystem (MAYBE_NULL) * @trans: name of trans (MAYBE NULL) - * @flags: filesystem idependent mount flags + * @flags: filesystem independent mount flags * @data: filesystem mount flags * @request: permissions requested * @perms: the permissions computed for the request (NOT NULL) |