projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a8db36
)
apparmor: fix typo in kernel doc
author
Christian Göttsche
<cgzones@googlemail.com>
Fri, 15 Mar 2024 12:54:09 +0000
(13:54 +0100)
committer
John Johansen
<john.johansen@canonical.com>
Fri, 10 May 2024 15:53:56 +0000
(08:53 -0700)
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>
security/apparmor/lsm.c
patch
|
blob
|
history
diff --git
a/security/apparmor/lsm.c
b/security/apparmor/lsm.c
index c2f73d2817240d83beed40775d476a3a091b9d4f..717204fba938bfd77085ce8547a391937eba0019 100644
(file)
--- 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
- * @p
t
otocol: protocol of the socket
+ * @p
r
otocol: protocol of the socket
* @kern: socket is a special kernel socket
*
* Note: