Skip to content

Commit b2c8581

Browse files
cgzonesjrjohansen
authored andcommitted
apparmor: fix typo in kernel doc
Fix the typo in the function documentation to please kernel doc warnings. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent 4a8db36 commit b2c8581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/apparmor/lsm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ static int apparmor_socket_create(int family, int type, int protocol, int kern)
11241124
* @sock: socket that is being setup
11251125
* @family: family of socket being created
11261126
* @type: type of the socket
1127-
* @ptotocol: protocol of the socket
1127+
* @protocol: protocol of the socket
11281128
* @kern: socket is a special kernel socket
11291129
*
11301130
* Note:

0 commit comments

Comments
 (0)