Skip to content

Commit

Permalink
apparmor: fix typo in kernel doc
Browse files Browse the repository at this point in the history
Fix the typo in the function documentation to please kernel doc
warnings.

Signed-off-by: Christian Göttsche <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: John Johansen <[email protected]>
  • Loading branch information
cgzones authored and John Johansen committed May 10, 2024
1 parent 4a8db36 commit b2c8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/apparmor/lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2c8581

Please sign in to comment.