Commit b2c85814 authored by Christian Göttsche's avatar Christian Göttsche Committed by John Johansen

apparmor: fix typo in kernel doc

Fix the typo in the function documentation to please kernel doc
warnings.
Signed-off-by: default avatarChristian Göttsche <cgzones@googlemail.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 4a8db367
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment