From: Christian Göttsche Date: Fri, 15 Mar 2024 12:54:09 +0000 (+0100) Subject: apparmor: fix typo in kernel doc X-Git-Tag: v6.11-rc1~13^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2c858148acf96290b9a9af259a04e080a169f51;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo in kernel doc Fix the typo in the function documentation to please kernel doc warnings. Signed-off-by: Christian Göttsche Reviewed-by: Kees Cook Signed-off-by: John Johansen --- diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index c2f73d2817240..717204fba938b 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c @@ -1124,7 +1124,7 @@ static int apparmor_socket_create(int family, int type, int protocol, int kern) * @sock: socket that is being setup * @family: family of socket being created * @type: type of the socket - * @ptotocol: protocol of the socket + * @protocol: protocol of the socket * @kern: socket is a special kernel socket * * Note: