linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] selinux: Corrected comment to match kernel-doc comment
@ 2021-04-25  8:35 Souptick Joarder
  2021-04-25 16:30 ` Randy Dunlap
  2021-05-11  1:42 ` Paul Moore
  0 siblings, 2 replies; 3+ messages in thread
From: Souptick Joarder @ 2021-04-25  8:35 UTC (permalink / raw)
  To: paul, stephen.smalley.work, eparis
  Cc: selinux, linux-kernel, rdunlap, Souptick Joarder

Minor documentation update.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
---
 security/selinux/avc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/selinux/avc.c b/security/selinux/avc.c
index ad451cf..c90f455 100644
--- a/security/selinux/avc.c
+++ b/security/selinux/avc.c
@@ -819,7 +819,7 @@ int __init avc_add_callback(int (*callback)(u32 event), u32 events)
 }
 
 /**
- * avc_update_node Update an AVC entry
+ * avc_update_node - Update an AVC entry
  * @event : Updating event
  * @perms : Permission mask bits
  * @ssid,@tsid,@tclass : identifier of an AVC entry
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-11  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25  8:35 [PATCH v2] selinux: Corrected comment to match kernel-doc comment Souptick Joarder
2021-04-25 16:30 ` Randy Dunlap
2021-05-11  1:42 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).