Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

apparmor: fix typo "type"

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>

authored by

Zygmunt Krynicki and committed by
John Johansen
69ad4a44 b62fb226

+1 -1
+1 -1
security/apparmor/lib.c
··· 408 408 * @request: requested perms 409 409 * @deny: Returns: explicit deny set 410 410 * @sa: initialized audit structure (MAY BE NULL if not auditing) 411 - * @cb: callback fn for tpye specific fields (MAY BE NULL) 411 + * @cb: callback fn for type specific fields (MAY BE NULL) 412 412 * 413 413 * Returns: 0 if permission else error code 414 414 *