From: Zygmunt Krynicki Date: Thu, 12 Apr 2018 10:34:33 +0000 (+0200) Subject: apparmor: fix typo "independent" X-Git-Tag: v4.18-rc1~28^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68a1a0c68c6ecc84ab04f82ca0eac3f8a495a0a8;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo "independent" Signed-off-by: Zygmunt Krynicki Acked-by: Christian Boltz Signed-off-by: John Johansen --- diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c index 6e8c7ac0b33d1..c1da22482bfbb 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)